CoolProp 8.0.0
An open-source fluid property and humid air property database
Classes | Namespaces | Typedefs
BicubicBackend.h File Reference
#include <utility>
#include "TabularBackends.h"
#include "CoolProp/Exceptions.h"
#include "CoolProp/DataStructures.h"
#include "Eigen/Core"

Go to the source code of this file.

Classes

class  CoolProp::BicubicBackend
 

Namespaces

namespace  CoolProp
 

Typedefs

using CoolProp::mat = std::vector< std::vector< double > >
 This class implements bicubic interpolation, as very clearly laid out by the page on wikipedia: http://en.wikipedia.org/wiki/Bicubic_interpolation. More...