numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Class to interpolate using RBF. More...
Class to interpolate using RBF.
FunctionSignature | Signature of the function to interpolate. (Example: double(double) , double(Eigen::Vector3d) , ...) |
RBF | Type of the RBF. |
KernelMatrixType | Type of kernel matrices. |
DistanceFunction | Type of the distance function. |
LengthParameterCalculator | Type of the calculator of length parameters. |
Definition at line 76 of file rbf_interpolator.h.