biogears::error_functor Struct Reference
Inheritance diagram for biogears::error_functor:

Public Member Functions | |
| error_functor (SaturationCalculator &SatCalc) | |
| int | operator() (const Eigen::VectorXd &x, Eigen::VectorXd &fvec) const |
Public Member Functions inherited from biogears::Functor< double > | |
| Functor () | |
| Functor (int inputs, int values) | |
| int | inputs () const |
| int | values () const |
Protected Attributes | |
| SEScalarMassPerVolume | concentration |
| SEScalarPressure | partialPressure |
| SaturationCalculator & | m_SatCalc |
Additional Inherited Members | |
Public Types inherited from biogears::Functor< double > | |
| enum | |
| typedef double | Scalar |
| typedef Eigen::Matrix< Scalar, InputsAtCompileTime, 1 > | InputType |
| typedef Eigen::Matrix< Scalar, ValuesAtCompileTime, 1 > | ValueType |
| typedef Eigen::Matrix< Scalar, ValuesAtCompileTime, InputsAtCompileTime > | JacobianType |
Public Attributes inherited from biogears::Functor< double > | |
| int | m_inputs |
| int | m_values |
Constructor & Destructor Documentation
|
inline |
Member Function Documentation
|
inline |
Member Data Documentation
|
mutableprotected |
|
protected |
|
mutableprotected |


Public Member Functions inherited from