teqp 0.22.0
|
#include <derivs.hpp>
Public Attributes | |
std::vector< char > | vars |
The set of variables matching the rows in the Jacobian. | |
Eigen::Array22d | J |
The Jacobian. | |
Eigen::Array2d | v |
The values of the thermodynamic variables matching the variables in vars. | |
A small data holding class for the Jacobian and values obtained for a set of thermodynamic properties
Definition at line 9 of file derivs.hpp.
Eigen::Array22d teqp::cppinterface::IterationMatrices::J |
The Jacobian.
Definition at line 11 of file derivs.hpp.
Eigen::Array2d teqp::cppinterface::IterationMatrices::v |
The values of the thermodynamic variables matching the variables in vars.
Definition at line 12 of file derivs.hpp.
std::vector<char> teqp::cppinterface::IterationMatrices::vars |
The set of variables matching the rows in the Jacobian.
Definition at line 10 of file derivs.hpp.