Definition at line 172 of file PolyMath.h.
#include <PolyMath.h>
◆ dims
◆ Poly2DResidual() [1/2]
CoolProp::Poly2DResidual::Poly2DResidual |
( |
| ) |
|
|
protected |
◆ Poly2DResidual() [2/2]
CoolProp::Poly2DResidual::Poly2DResidual |
( |
Polynomial2D & |
poly, |
|
|
const Eigen::MatrixXd & |
coefficients, |
|
|
const double & |
in, |
|
|
const double & |
z_in, |
|
|
const int & |
axis |
|
) |
| |
Residual of a polynomial
- Parameters
-
poly | polynomial object used to evaluate the calls |
coefficients | |
in | double value that represents the current input in x (1st dimension) or y (2nd dimension) |
z_in | double value that represents the current output in the 3rd dimension |
axis | unsigned integer value that represents the axis to solve for (0=x, 1=y) |
Definition at line 336 of file PolyMath.cpp.
◆ ~Poly2DResidual()
virtual CoolProp::Poly2DResidual::~Poly2DResidual |
( |
| ) |
|
|
inlinevirtual |
◆ call()
double CoolProp::Poly2DResidual::call |
( |
double |
target | ) |
|
|
virtual |
◆ deriv()
double CoolProp::Poly2DResidual::deriv |
( |
double |
target | ) |
|
|
virtual |
◆ axis
int CoolProp::Poly2DResidual::axis |
|
protected |
◆ coefficients
Eigen::MatrixXd CoolProp::Poly2DResidual::coefficients |
|
protected |
◆ coefficientsDer
Eigen::MatrixXd CoolProp::Poly2DResidual::coefficientsDer |
|
protected |
◆ derIsSet
bool CoolProp::Poly2DResidual::derIsSet |
|
protected |
◆ in
double CoolProp::Poly2DResidual::in |
|
protected |
the fixed input != targetDim
Definition at line 185 of file PolyMath.h.
◆ poly
Object that evaluates the equation.
Definition at line 187 of file PolyMath.h.
◆ z_in
double CoolProp::Poly2DResidual::z_in |
|
protected |
The documentation for this class was generated from the following files: