|
teqp 0.21.0
|
#include <VLE.hpp>
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, InputsAtCompileTime > | JacobianType |
|
inline |
|
inline |
|
inline |
| const Model& teqp::hybrj_functor__mix_VLE_Tp< Model >::model |
| const double teqp::hybrj_functor__mix_VLE_Tp< Model >::p |
| const double teqp::hybrj_functor__mix_VLE_Tp< Model >::T |