#include <linsol_ldl.hpp>
Definition at line 43 of file linsol_ldl.hpp.


Public Member Functions | |
| void | add_stat (const std::string &s) |
Public Attributes | |
| std::vector< double > | l |
| std::vector< double > | d |
| std::vector< double > | w |
| 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().
| std::vector<double> casadi::LinsolLdlMemory::d |
Definition at line 44 of file linsol_ldl.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().
|
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<double> casadi::LinsolLdlMemory::l |
Definition at line 44 of file linsol_ldl.hpp.
|
inherited |
Definition at line 71 of file function_internal.hpp.
Referenced by casadi::LinsolCall< Tr >::eval(), and casadi::Linsol::solve().
| std::vector<double> casadi::LinsolLdlMemory::w |
Definition at line 44 of file linsol_ldl.hpp.