|
XGCa
|
#include <spline_1d_interpolation.hpp>

Public Member Functions | |
| SplinePrecomputations (const View< double *, CLayout, Device > &x, const UniformRange &range, double period) | |
| SplinePrecomputations () | |
Static Public Member Functions | |
| static int | get_np (int n, double period) |
Public Attributes | |
| View< double *, CLayout, Device > | dx |
| View< double *, CLayout, Device > | dx_inv |
| View< double *, CLayout, Device > | l_inv |
| View< double *, CLayout, Device > | mu |
| View< double *, CLayout, Device > | b |
| View< double *, CLayout, Device > | c |
| View< double *, CLayout, Device > | d |
| View< int *, CLayout, Device > | xmap |
| SplinePrecomputations< Device >::SplinePrecomputations | ( | const View< double *, CLayout, Device > & | x, |
| const UniformRange & | range, | ||
| double | period | ||
| ) |
|
inline |
|
inlinestatic |
| View<double*, CLayout, Device> SplinePrecomputations< Device >::b |
| View<double*, CLayout, Device> SplinePrecomputations< Device >::c |
| View<double*, CLayout, Device> SplinePrecomputations< Device >::d |
| View<double*, CLayout, Device> SplinePrecomputations< Device >::dx |
| View<double*, CLayout, Device> SplinePrecomputations< Device >::dx_inv |
| View<double*, CLayout, Device> SplinePrecomputations< Device >::l_inv |
| View<double*, CLayout, Device> SplinePrecomputations< Device >::mu |
| View<int*, CLayout, Device> SplinePrecomputations< Device >::xmap |