CoolProp
Classes | Public Member Functions | Protected Types | Protected Attributes | List of all members
Spline< X, Y > Class Template Reference

Classes

class  Element
 

Public Member Functions

 Spline ()
 An empty, invalid spline.
 
 Spline (const std::vector< X > &x, const std::vector< Y > &y)
 A spline with x and y values.
 
operator[] (const X &x) const
 
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_typemElements
 

The documentation for this class was generated from the following file: