|
CoolProp 8.0.0
An open-source fluid property and humid air property database
|
Classes | |
| struct | HermiteBasis |
| struct | SVDBuildOptions |
| struct | SVDDecomposition |
| struct | SVDEvalContext |
| class | SVDEvaluator |
Enumerations | |
| enum class | OutputTransform : std::uint8_t { IDENTITY , EXP } |
| enum class | SlopeSource : std::uint8_t { NATURAL_CUBIC_SPLINE , HERMITE_FD , PCHIP } |
Functions | |
| SVDDecomposition | build_svd (const std::vector< double > &x_grid, const std::vector< double > &y_grid, const std::vector< double > &M, const SVDBuildOptions &opts) |
| HermiteBasis | hermite_basis (double t) noexcept |
| double | hermite_eval (double y0, double y1, double m0, double m1, double h, double t) noexcept |
| double | hermite_eval_deriv (double y0, double y1, double m0, double m1, double h, double t) noexcept |
|
strong |
| Enumerator | |
|---|---|
| IDENTITY | |
| EXP | |
Definition at line 13 of file SVDDecomposition.h.
|
strong |
| Enumerator | |
|---|---|
| NATURAL_CUBIC_SPLINE | |
| HERMITE_FD | |
| PCHIP | |
Definition at line 22 of file SVDDecomposition.h.
| SVDDecomposition CoolProp::svd::build_svd | ( | const std::vector< double > & | x_grid, |
| const std::vector< double > & | y_grid, | ||
| const std::vector< double > & | M, | ||
| const SVDBuildOptions & | opts | ||
| ) |
Definition at line 118 of file SVDBuilder.cpp.
|
inlinenoexcept |
Definition at line 33 of file Hermite1D.h.
|
inlinenoexcept |
Definition at line 39 of file Hermite1D.h.
|
inlinenoexcept |
Definition at line 45 of file Hermite1D.h.