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

Definition of rbf_polynomial_interpolator class. More...

+ Include dependency graph for rbf_polynomial_interpolator.h:

Go to the source code of this file.

Classes

class  num_collect::rbf::rbf_polynomial_interpolator< FunctionValue(Variable), RBF, PolynomialDegree, KernelMatrixType, DistanceFunction, LengthParameterCalculator >
 Class to interpolate using RBF and polynomials. 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>>, index_type PolynomialDegree = 1, 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_polynomial_interpolator
 Class to interpolate using RBF and polynomials with globally fixed length parameters.
 

Variables

constexpr auto num_collect::rbf::rbf_polynomial_interpolator_tag
 Tag of rbf_polynomial_interpolator.
 

Detailed Description

Definition of rbf_polynomial_interpolator class.

Definition in file rbf_polynomial_interpolator.h.