|
Janus 2.0.0
High-performance C++20 dual-mode numerical framework
|
This is the complete list of members for janus::ScatteredInterpolator, including all inherited members.
| dims() const | janus::ScatteredInterpolator | inline |
| gridded() const | janus::ScatteredInterpolator | inline |
| operator()(const JanusVector< Scalar > &query) const | janus::ScatteredInterpolator | inline |
| operator()(const Scalar &query) const | janus::ScatteredInterpolator | inline |
| reconstruction_error() const | janus::ScatteredInterpolator | inline |
| ScatteredInterpolator()=default | janus::ScatteredInterpolator | |
| ScatteredInterpolator(const NumericMatrix &points, const NumericVector &values, int grid_resolution=20, RBFKernel kernel=RBFKernel::ThinPlateSpline, double epsilon=1.0, InterpolationMethod method=InterpolationMethod::Linear) | janus::ScatteredInterpolator | inline |
| ScatteredInterpolator(const NumericMatrix &points, const NumericVector &values, const std::vector< NumericVector > &grid_points, RBFKernel kernel=RBFKernel::ThinPlateSpline, double epsilon=1.0, InterpolationMethod method=InterpolationMethod::Linear) | janus::ScatteredInterpolator | inline |
| ScatteredInterpolator(const NumericVector &x, const NumericVector &y, int grid_resolution=50, RBFKernel kernel=RBFKernel::ThinPlateSpline) | janus::ScatteredInterpolator | inline |
| valid() const | janus::ScatteredInterpolator | inline |