#include <CubicInterpolation.h>
|
std::vector< double > | lb |
|
std::vector< double > | ub |
|
std::vector< unsigned > | np |
|
std::vector< unsigned > | stride |
|
|
void | IBicCoeff (const std::vector< double > &y, const std::vector< double > &dy1, const std::vector< double > &dy2, const std::vector< double > &d2y12, const double &d1, const double &d2, Matrix< double > &c) |
|
PLMD::InterpolateBicubic::InterpolateBicubic |
( |
const std::vector< unsigned > & |
dd, |
|
|
const std::vector< double > & |
fmin, |
|
|
const std::vector< double > & |
fmax |
|
) |
| |
unsigned PLMD::CInterpolation::findBox |
( |
const std::vector< double > & |
pos | ) |
|
|
protectedinherited |
double PLMD::InterpolateBicubic::get_fdf |
( |
const std::vector< double > & |
pos | ) |
|
|
virtual |
double PLMD::CInterpolation::getCrossTermDenominator |
( |
const unsigned |
i, |
|
|
const unsigned |
j |
|
) |
| const |
|
inlineprotectedinherited |
void PLMD::CInterpolation::getGridBoundaries |
( |
std::vector< double > & |
gmin, |
|
|
std::vector< double > & |
gmax |
|
) |
| const |
|
inlineinherited |
unsigned PLMD::CInterpolation::getNumberOfSplinePoints |
( |
| ) |
const |
|
inlineinherited |
void PLMD::CInterpolation::getNumbersOfPoints |
( |
std::vector< unsigned > & |
nspline | ) |
const |
|
inherited |
double PLMD::CInterpolation::getPointSpacing |
( |
const unsigned |
dir, |
|
|
const unsigned |
k |
|
) |
| const |
|
inlineprotectedinherited |
void PLMD::CInterpolation::getSplinePoint |
( |
const unsigned |
nn, |
|
|
std::vector< double > & |
pp |
|
) |
| const |
|
inlineinherited |
void PLMD::InterpolateBicubic::IBicCoeff |
( |
const std::vector< double > & |
y, |
|
|
const std::vector< double > & |
dy1, |
|
|
const std::vector< double > & |
dy2, |
|
|
const std::vector< double > & |
d2y12, |
|
|
const double & |
d1, |
|
|
const double & |
d2, |
|
|
Matrix< double > & |
c |
|
) |
| |
|
private |
void PLMD::InterpolateBicubic::set_table |
( |
const std::vector< Value > & |
ff | ) |
|
|
virtual |
std::vector<double> PLMD::InterpolateBicubic::clist |
|
private |
Matrix<double> PLMD::InterpolateBicubic::dcross |
|
private |
std::vector<double> PLMD::CInterpolation::lb |
|
protectedinherited |
std::vector<unsigned> PLMD::CInterpolation::np |
|
protectedinherited |
std::vector<unsigned> PLMD::CInterpolation::stride |
|
protectedinherited |
std::vector<double> PLMD::InterpolateBicubic::t1 |
|
private |
std::vector<double> PLMD::InterpolateBicubic::t2 |
|
private |
std::vector<double> PLMD::CInterpolation::ub |
|
protectedinherited |
Matrix<int> PLMD::InterpolateBicubic::wt |
|
private |
The documentation for this class was generated from the following files: