teqp 0.19.1
|
#include <derivs.hpp>
Public Attributes | |
std::vector< char > | vars |
The set of variables matching the rows in the Jacobian. | |
Eigen::ArrayXXd | J |
The Jacobian. | |
Eigen::ArrayXd | 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::ArrayXXd teqp::cppinterface::IterationMatrices::J |
The Jacobian.
Definition at line 11 of file derivs.hpp.
Eigen::ArrayXd 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.