teqp 0.21.0
Loading...
Searching...
No Matches
teqp::hybrj_functor__mix_VLE_Tp< Model > Struct Template Reference

#include <VLE.hpp>

Inheritance diagram for teqp::hybrj_functor__mix_VLE_Tp< Model >:
teqp::Functor< double >

Public Member Functions

 hybrj_functor__mix_VLE_Tp (const Model &model, const double T, const double p)
 
int operator() (const VectorXd &x, VectorXd &r)
 
int df (const VectorXd &x, MatrixXd &J)
 
- Public Member Functions inherited from teqp::Functor< double >
 Functor ()
 
 Functor (int inputs, int values)
 
int inputs () const
 
int values () const
 

Public Attributes

const Model & model
 
const double T
 
const double p
 
- Public Attributes inherited from teqp::Functor< double >
const int m_inputs
 
const int m_values
 

Additional Inherited Members

- Public Types inherited from teqp::Functor< double >
enum  
 
typedef double Scalar
 
typedef Matrix< Scalar, InputsAtCompileTime, 1 > InputType
 
typedef Matrix< Scalar, ValuesAtCompileTime, 1 > ValueType
 
typedef Matrix< Scalar, ValuesAtCompileTime, InputsAtCompileTimeJacobianType
 

Detailed Description

template<typename Model>
struct teqp::hybrj_functor__mix_VLE_Tp< Model >

Definition at line 196 of file VLE.hpp.

Constructor & Destructor Documentation

◆ hybrj_functor__mix_VLE_Tp()

template<typename Model >
teqp::hybrj_functor__mix_VLE_Tp< Model >::hybrj_functor__mix_VLE_Tp ( const Model & model,
const double T,
const double p )
inline

Definition at line 201 of file VLE.hpp.

Member Function Documentation

◆ df()

template<typename Model >
int teqp::hybrj_functor__mix_VLE_Tp< Model >::df ( const VectorXd & x,
MatrixXd & J )
inline

Definition at line 235 of file VLE.hpp.

◆ operator()()

template<typename Model >
int teqp::hybrj_functor__mix_VLE_Tp< Model >::operator() ( const VectorXd & x,
VectorXd & r )
inline

Definition at line 203 of file VLE.hpp.

Member Data Documentation

◆ model

template<typename Model >
const Model& teqp::hybrj_functor__mix_VLE_Tp< Model >::model

Definition at line 198 of file VLE.hpp.

◆ p

template<typename Model >
const double teqp::hybrj_functor__mix_VLE_Tp< Model >::p

Definition at line 199 of file VLE.hpp.

◆ T

template<typename Model >
const double teqp::hybrj_functor__mix_VLE_Tp< Model >::T

Definition at line 199 of file VLE.hpp.


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