#include <Interpolation.hpp>
|
| Inter1D (const int size, F *x, F *y) |
|
void | cubicSpline (F y1d0=0., F y1dn=0., const std::string boundaryCondition="M") |
|
F | getValue (F xinterp) |
|
◆ Inter1D()
template<typename F = double>
◆ cubicSpline()
template<typename F = double>
void sisi4s::Inter1D< F >::cubicSpline |
( |
F |
y1d0 = 0. , |
|
|
F |
y1dn = 0. , |
|
|
const std::string |
boundaryCondition = "M" |
|
) |
| |
|
inline |
◆ getValue()
template<typename F = double>
template<typename F = double>
◆ xv
template<typename F = double>
◆ y2d
template<typename F = double>
◆ yv
template<typename F = double>
The documentation for this class was generated from the following file: