Function memory with temporary work vectors. More...
#include <oracle_function.hpp>
Extra doc: https://github.com/casadi/casadi/wiki/L_b
Definition at line 50 of file oracle_function.hpp.
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, FStats > | fstats |
FStats * | t_total |
|
inlineinherited |
Definition at line 74 of file function_internal.hpp.
Referenced by casadi::ProtoFunction::init_mem(), casadi::LinsolInternal::init_mem(), casadi::Nlpsol::init_mem(), casadi::OracleFunction::init_mem(), casadi::CbcInterface::init_mem(), casadi::ClpInterface::init_mem(), casadi::FatropConicInterface::init_mem(), casadi::HpipmInterface::init_mem(), casadi::Feasiblesqpmethod::init_mem(), casadi::Sqpmethod::init_mem(), and casadi::OracleFunction::local_init_mem().
const double** casadi::LocalOracleMemory::arg |
Definition at line 52 of file oracle_function.hpp.
|
inherited |
Definition at line 68 of file function_internal.hpp.
Referenced by casadi::Nlpsol::callback(), casadi::IpoptUserClass::eval_h(), casadi::BonminInterface::intermediate_callback(), casadi::IpoptInterface::intermediate_callback(), casadi::OracleFunction::join_results(), casadi::ClarabelInterface::solve(), casadi::DaqpInterface::solve(), casadi::HighsInterface::solve(), casadi::HpipmInterface::solve(), casadi::HpmpcInterface::solve(), casadi::ProxqpInterface::solve(), casadi::QpoasesInterface::solve(), casadi::Sqpmethod::solve_ela_QP(), casadi::Feasiblesqpmethod::solve_LP(), casadi::Feasiblesqpmethod::solve_QP(), and casadi::Sqpmethod::solve_QP().
casadi_int* casadi::LocalOracleMemory::iw |
Definition at line 54 of file oracle_function.hpp.
double** casadi::LocalOracleMemory::res |
Definition at line 53 of file oracle_function.hpp.
|
inherited |
Definition at line 84 of file function_internal.hpp.
Referenced by casadi::FunctionInternal::eval_gen(), and casadi::FunctionInternal::setup().
|
inherited |
Definition at line 71 of file function_internal.hpp.
Referenced by casadi::LinsolCall< Tr >::eval(), and casadi::Linsol::solve().
double* casadi::LocalOracleMemory::w |
Definition at line 55 of file oracle_function.hpp.