|
CoolProp 7.2.0
An open-source fluid property and humid air property database
|
Definition at line 60 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 |
Definition at line 172 of file CPnumerics.h.
An empty, invalid spline
Definition at line 64 of file CPnumerics.h.
|
inline |
A spline with x and y values
Definition at line 67 of file CPnumerics.h.
Definition at line 111 of file CPnumerics.h.
Definition at line 117 of file CPnumerics.h.
|
inline |
Definition at line 130 of file CPnumerics.h.
Definition at line 113 of file CPnumerics.h.
|
protected |
Definition at line 173 of file CPnumerics.h.