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

#include <linsol_ldl.hpp>

Detailed Description

Definition at line 43 of file linsol_ldl.hpp.

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

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, FStatsfstats
 
FStatst_total
 

Member Function Documentation

◆ add_stat()

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

Member Data Documentation

◆ d

std::vector<double> casadi::LinsolLdlMemory::d

Definition at line 44 of file linsol_ldl.hpp.

◆ fstats

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

◆ is_nfact

bool casadi::LinsolMemory::is_nfact
inherited

Definition at line 39 of file linsol_internal.hpp.

Referenced by casadi::Linsol::nfact().

◆ is_sfact

bool casadi::LinsolMemory::is_sfact
inherited

Definition at line 39 of file linsol_internal.hpp.

Referenced by casadi::Linsol::sfact().

◆ l

std::vector<double> casadi::LinsolLdlMemory::l

Definition at line 44 of file linsol_ldl.hpp.

◆ 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

std::vector<double> casadi::LinsolLdlMemory::w

Definition at line 44 of file linsol_ldl.hpp.


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