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

#include <lapack_lu.hpp>

Detailed Description

Definition at line 62 of file lapack_lu.hpp.

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

Public Member Functions

void add_stat (const std::string &s)
 

Public Attributes

std::vector< double > mat
 
std::vector< int > ipiv
 Pivoting elements. More...
 
std::vector< double > r
 Col and row scaling. More...
 
std::vector< double > c
 
char equed
 Type of scaling during the last equilibration. More...
 
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::LapackLuMemory::c

Definition at line 70 of file lapack_lu.hpp.

◆ equed

char casadi::LapackLuMemory::equed

Definition at line 73 of file lapack_lu.hpp.

◆ fstats

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

◆ ipiv

std::vector<int> casadi::LapackLuMemory::ipiv

Definition at line 67 of file lapack_lu.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().

◆ mat

std::vector<double> casadi::LapackLuMemory::mat

Definition at line 64 of file lapack_lu.hpp.

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

◆ r

std::vector<double> casadi::LapackLuMemory::r

Definition at line 70 of file lapack_lu.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().


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