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

#include <qp_to_nlp.hpp>

Detailed Description

Definition at line 46 of file qp_to_nlp.hpp.

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

Public Member Functions

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

Public Attributes

casadi_int nlp_mem
 
casadi_qp_data< double > d_qp
 
bool stats_available
 
std::map< std::string, FStatsfstats
 
FStatst_total
 

Constructor & Destructor Documentation

◆ QpToNlpMemory()

casadi::QpToNlpMemory::QpToNlpMemory ( )
inline

Definition at line 50 of file qp_to_nlp.hpp.

50 {}

◆ ~QpToNlpMemory()

casadi::QpToNlpMemory::~QpToNlpMemory ( )
inline

Definition at line 53 of file qp_to_nlp.hpp.

53 {}

Member Function Documentation

◆ add_stat()

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

Member Data Documentation

◆ 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

◆ nlp_mem

casadi_int casadi::QpToNlpMemory::nlp_mem

Definition at line 47 of file qp_to_nlp.hpp.

Referenced by casadi::QpToNlp::alloc_mem().

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