numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
rbf_interpolator.h File Reference

Definition of rbf_interpolator class. More...

+ Include dependency graph for rbf_interpolator.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  num_collect::rbf::rbf_interpolator< FunctionValue(Variable), RBF, KernelMatrixType, DistanceFunction, LengthParameterCalculator >
 Class to interpolate using RBF. More...
 

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::rbf
 Namespace of RBF interpolation.
 

Typedefs

template<typename FunctionSignature , concepts::rbf RBF = rbfs::gaussian_rbf<impl::get_default_scalar_type<FunctionSignature>>, kernel_matrix_type KernelMatrixType = kernel_matrix_type::dense, concepts::distance_function DistanceFunction = distance_functions::euclidean_distance_function< impl::get_variable_type_t<FunctionSignature>>>
using num_collect::rbf::global_rbf_interpolator
 Class to interpolate using RBF with globally fixed length parameters.
 
template<typename FunctionSignature , concepts::rbf RBF = rbfs::wendland_csrbf< impl::get_default_scalar_type<FunctionSignature>, 3, 1>, concepts::distance_function DistanceFunction = distance_functions::euclidean_distance_function< impl::get_variable_type_t<FunctionSignature>>>
using num_collect::rbf::local_csrbf_interpolator
 Class to interpolate using compactly supported RBF with length parameters localized for sample points.
 
template<typename FunctionSignature , concepts::rbf RBF = rbfs::gaussian_rbf<impl::get_default_scalar_type<FunctionSignature>>, kernel_matrix_type KernelMatrixType = kernel_matrix_type::dense, concepts::distance_function DistanceFunction = distance_functions::euclidean_distance_function< impl::get_variable_type_t<FunctionSignature>>>
using num_collect::rbf::local_rbf_interpolator
 Class to interpolate using RBF with length parameters localized for sample points.
 

Variables

constexpr auto num_collect::rbf::rbf_interpolator_tag
 Tag of rbf_interpolator.
 

Detailed Description

Definition of rbf_interpolator class.

Definition in file rbf_interpolator.h.