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

#include <linsol_tridiag.hpp>

Detailed Description

Definition at line 44 of file linsol_tridiag.hpp.

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

Public Member Functions

void add_stat (const std::string &s)
 

Public Attributes

bool have_c
 
bool have_ctr
 
std::vector< double > c
 
std::vector< double > ctr
 
std::vector< double > d
 
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

◆ c

std::vector<double> casadi::LinsolTridiagMemory::c

Definition at line 46 of file linsol_tridiag.hpp.

Referenced by casadi::LinsolTridiag::init_mem().

◆ ctr

std::vector<double> casadi::LinsolTridiagMemory::ctr

Definition at line 46 of file linsol_tridiag.hpp.

◆ d

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

Definition at line 46 of file linsol_tridiag.hpp.

◆ fstats

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

◆ have_c

bool casadi::LinsolTridiagMemory::have_c

Definition at line 45 of file linsol_tridiag.hpp.

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

◆ have_ctr

bool casadi::LinsolTridiagMemory::have_ctr

Definition at line 45 of file linsol_tridiag.hpp.

◆ 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().

◆ 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().


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