|
CoolProp 8.0.0
An open-source fluid property and humid air property database
|
Definition at line 61 of file numerics.h.
#include <numerics.h>
Classes | |
| class | Element |
Public Member Functions | |
| Spline ()=default | |
| Spline (const std::vector< X > &x, const std::vector< Y > &y) | |
| virtual | ~Spline ()=default |
| 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 | |
| using | element_type = Element |
Protected Attributes | |
| std::vector< element_type > | mElements |
Definition at line 173 of file numerics.h.
|
inline |
A spline with x and y values
Definition at line 68 of file numerics.h.
Definition at line 118 of file numerics.h.
|
inline |
Definition at line 131 of file numerics.h.
Definition at line 114 of file numerics.h.
|
protected |
Definition at line 174 of file numerics.h.