Memory for SymbolicQR
More...
#include <symbolic_qr.hpp>
Definition at line 49 of file symbolic_qr.hpp.
Public Member Functions | |
void | alloc (const Function &f) |
void | add_stat (const std::string &s) |
Public Attributes | |
std::vector< const double * > | arg |
std::vector< double * > | res |
std::vector< casadi_int > | iw |
std::vector< double > | w |
std::vector< double > | q |
std::vector< double > | r |
bool | is_sfact |
bool | is_nfact |
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().
void casadi::SymbolicQrMemory::alloc | ( | const Function & | f | ) |
Definition at line 223 of file symbolic_qr.cpp.
References arg, iw, res, casadi::Function::sz_arg(), casadi::Function::sz_iw(), casadi::Function::sz_res(), casadi::Function::sz_w(), and w.
Referenced by casadi::SymbolicQr::init_mem().
std::vector<const double*> casadi::SymbolicQrMemory::arg |
Definition at line 51 of file symbolic_qr.hpp.
Referenced by alloc().
|
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().
|
inherited |
Definition at line 39 of file linsol_internal.hpp.
Referenced by casadi::Linsol::nfact().
|
inherited |
Definition at line 39 of file linsol_internal.hpp.
Referenced by casadi::Linsol::sfact().
std::vector<casadi_int> casadi::SymbolicQrMemory::iw |
Definition at line 53 of file symbolic_qr.hpp.
Referenced by alloc().
std::vector<double> casadi::SymbolicQrMemory::q |
Definition at line 60 of file symbolic_qr.hpp.
std::vector<double> casadi::SymbolicQrMemory::r |
Definition at line 60 of file symbolic_qr.hpp.
std::vector<double*> casadi::SymbolicQrMemory::res |
Definition at line 52 of file symbolic_qr.hpp.
Referenced by alloc().
|
inherited |
Definition at line 71 of file function_internal.hpp.
Referenced by casadi::LinsolCall< Tr >::eval(), and casadi::Linsol::solve().
std::vector<double> casadi::SymbolicQrMemory::w |
Definition at line 54 of file symbolic_qr.hpp.
Referenced by alloc().