Go to the source code of this file.
|
template<class Device > |
void | spline_interpolation_to_uniform (const SplinePrecomputations< Device > &p, const View< double *, CLayout, Device > &x0, const View< double *, CLayout, Device > &y0, const UniformRange &range, const View< double *, CLayout, Device > &y, double period) |
|
template<class Device > |
View< double *, CLayout, Device > | linear_interpolation_to_uniform (const View< double *, CLayout, Device > &x0, const View< double *, CLayout, Device > &y0, const UniformRange &range, const View< double *, CLayout, Device > &y, double period) |
|
template<class Device >
View<double*, CLayout, Device> linear_interpolation_to_uniform |
( |
const View< double *, CLayout, Device > & |
x0, |
|
|
const View< double *, CLayout, Device > & |
y0, |
|
|
const UniformRange & |
range, |
|
|
const View< double *, CLayout, Device > & |
y, |
|
|
double |
period |
|
) |
| |
template<class Device >
void spline_interpolation_to_uniform |
( |
const SplinePrecomputations< Device > & |
p, |
|
|
const View< double *, CLayout, Device > & |
x0, |
|
|
const View< double *, CLayout, Device > & |
y0, |
|
|
const UniformRange & |
range, |
|
|
const View< double *, CLayout, Device > & |
y, |
|
|
double |
period |
|
) |
| |