List of all members | Public Member Functions | Public Attributes
casadi::LocalOracleMemory Struct Reference

Function memory with temporary work vectors. More...

#include <oracle_function.hpp>

Detailed Description

Extra doc: https://github.com/casadi/casadi/wiki/L_b

Definition at line 50 of file oracle_function.hpp.

Inheritance diagram for casadi::LocalOracleMemory:
Inheritance graph
[legend]
Collaboration diagram for casadi::LocalOracleMemory:
Collaboration graph
[legend]

Public Member Functions

void add_stat (const std::string &s)
 

Public Attributes

const double ** arg
 
double ** res
 
casadi_int * iw
 
double * w
 
bool stats_available
 
std::map< std::string, FStatsfstats
 
FStatst_total
 

Member Function Documentation

◆ add_stat()

void casadi::ProtoFunctionMemory::add_stat ( const std::string &  s)
inlineinherited

Member Data Documentation

◆ arg

const double** casadi::LocalOracleMemory::arg

Definition at line 52 of file oracle_function.hpp.

◆ fstats

std::map<std::string, FStats> casadi::ProtoFunctionMemory::fstats
inherited

◆ iw

casadi_int* casadi::LocalOracleMemory::iw

Definition at line 54 of file oracle_function.hpp.

◆ res

double** casadi::LocalOracleMemory::res

Definition at line 53 of file oracle_function.hpp.

◆ stats_available

bool casadi::FunctionMemory::stats_available
inherited

◆ t_total

FStats* casadi::ProtoFunctionMemory::t_total
inherited

Definition at line 71 of file function_internal.hpp.

Referenced by casadi::LinsolCall< Tr >::eval(), and casadi::Linsol::solve().

◆ w

double* casadi::LocalOracleMemory::w

Definition at line 55 of file oracle_function.hpp.


The documentation for this struct was generated from the following file: