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

#include <lapack_qr.hpp>

Detailed Description

Definition at line 59 of file lapack_qr.hpp.

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

Public Member Functions

void add_stat (const std::string &s)
 

Public Attributes

std::vector< double > mat
 
std::vector< double > tau
 
std::vector< double > work
 
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

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

◆ mat

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

Definition at line 61 of file lapack_qr.hpp.

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

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

◆ tau

std::vector<double> casadi::LapackQrMemory::tau

Definition at line 64 of file lapack_qr.hpp.

◆ work

std::vector<double> casadi::LapackQrMemory::work

Definition at line 67 of file lapack_qr.hpp.


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