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

Function memory with temporary work vectors. More...

#include <function_internal.hpp>

Detailed Description

Extra doc: https://github.com/casadi/casadi/wiki/L_ja

Definition at line 66 of file function_internal.hpp.

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

Public Member Functions

void add_stat (const std::string &s)
 

Public Attributes

std::map< std::string, FStatsfstats
 
FStatst_total
 

Member Function Documentation

◆ add_stat()

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

Member Data Documentation

◆ fstats

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

◆ t_total

FStats* casadi::ProtoFunctionMemory::t_total

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: