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

#include <hpipm_interface.hpp>

Detailed Description

Definition at line 78 of file hpipm_interface.hpp.

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

Public Member Functions

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

Public Attributes

casadi_hpipm_data< double > d
 
casadi_qp_data< double > d_qp
 
bool stats_available
 
std::map< std::string, FStatsfstats
 
FStatst_total
 

Constructor & Destructor Documentation

◆ HpipmMemory()

casadi::HpipmMemory::HpipmMemory ( )

Definition at line 745 of file hpipm_interface.cpp.

745  {
746  }

◆ ~HpipmMemory()

casadi::HpipmMemory::~HpipmMemory ( )

Definition at line 748 of file hpipm_interface.cpp.

748  {
749  }

Member Function Documentation

◆ add_stat()

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

Member Data Documentation

◆ d

casadi_hpipm_data<double> casadi::HpipmMemory::d

Definition at line 80 of file hpipm_interface.hpp.

Referenced by casadi::HpipmInterface::get_stats().

◆ d_qp

casadi_qp_data<double> casadi::ConicMemory::d_qp
inherited

Definition at line 39 of file conic_impl.hpp.

Referenced by casadi::Conic::get_stats().

◆ fstats

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

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