CoolProp
6.6.0
An open-source fluid property and humid air property database
|
Definition at line 52 of file CPnumerics.h.
#include <CPnumerics.h>
Classes | |
class | Element |
Public Member Functions | |
Spline () | |
Spline (const std::vector< X > &x, const std::vector< Y > &y) | |
virtual | ~Spline () |
Y | operator[] (const X &x) const |
Y | interpolate (const X &x) const |
std::vector< Y > | interpolate_vec (const std::vector< X > &xx) const |
Protected Types | |
typedef Element | element_type |
Protected Attributes | |
std::vector< element_type > | mElements |
|
protected |
Definition at line 164 of file CPnumerics.h.
An empty, invalid spline
Definition at line 56 of file CPnumerics.h.
|
inline |
A spline with x and y values
Definition at line 59 of file CPnumerics.h.
Definition at line 103 of file CPnumerics.h.
Definition at line 109 of file CPnumerics.h.
|
inline |
Definition at line 122 of file CPnumerics.h.
Definition at line 105 of file CPnumerics.h.
|
protected |
Definition at line 165 of file CPnumerics.h.