sisi4s
Loading...
Searching...
No Matches
sisi4s::Inter1D< F > Class Template Reference

#include <Interpolation.hpp>

Collaboration diagram for sisi4s::Inter1D< F >:

Public Member Functions

 Inter1D (const int size, F *x, F *y)
 
void cubicSpline (F y1d0=0., F y1dn=0., const std::string boundaryCondition="M")
 
getValue (F xinterp)
 

Public Attributes

int N
 
F * xv
 
F * yv
 
F * y2d
 

Constructor & Destructor Documentation

◆ Inter1D()

template<typename F = double>
sisi4s::Inter1D< F >::Inter1D ( const int  size,
F *  x,
F *  y 
)
inline

Member Function Documentation

◆ cubicSpline()

template<typename F = double>
void sisi4s::Inter1D< F >::cubicSpline ( y1d0 = 0.,
y1dn = 0.,
const std::string  boundaryCondition = "M" 
)
inline
Here is the caller graph for this function:

◆ getValue()

template<typename F = double>
F sisi4s::Inter1D< F >::getValue ( xinterp)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ N

template<typename F = double>
int sisi4s::Inter1D< F >::N

◆ xv

template<typename F = double>
F* sisi4s::Inter1D< F >::xv

◆ y2d

template<typename F = double>
F * sisi4s::Inter1D< F >::y2d

◆ yv

template<typename F = double>
F * sisi4s::Inter1D< F >::yv

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