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

#include <slicot_expm.hpp>

Detailed Description

Definition at line 48 of file slicot_expm.hpp.

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

Public Member Functions

 SlicotExpmMemory ()
 Constructor. More...
 
 ~SlicotExpmMemory ()
 Destructor. More...
 
void add_stat (const std::string &s)
 

Public Attributes

double * A
 
double * H
 
double * dwork
 
int * iwork
 
bool stats_available
 
std::map< std::string, FStatsfstats
 
FStatst_total
 

Constructor & Destructor Documentation

◆ SlicotExpmMemory()

casadi::SlicotExpmMemory::SlicotExpmMemory ( )
inline

Definition at line 55 of file slicot_expm.hpp.

55 {}

◆ ~SlicotExpmMemory()

casadi::SlicotExpmMemory::~SlicotExpmMemory ( )
inline

Definition at line 58 of file slicot_expm.hpp.

58 {}

Member Function Documentation

◆ add_stat()

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

Member Data Documentation

◆ A

double* casadi::SlicotExpmMemory::A

Definition at line 50 of file slicot_expm.hpp.

◆ dwork

double* casadi::SlicotExpmMemory::dwork

Definition at line 51 of file slicot_expm.hpp.

◆ fstats

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

◆ H

double * casadi::SlicotExpmMemory::H

Definition at line 50 of file slicot_expm.hpp.

◆ iwork

int* casadi::SlicotExpmMemory::iwork

Definition at line 52 of file slicot_expm.hpp.

◆ stats_available

bool casadi::FunctionMemory::stats_available
inherited

◆ 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: