numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::rbf::polynomial_calculator< Variable, PolynomialDegree > Class Template Reference

Class to calculate polynomials used with RBF interpolation. More...

+ Inheritance diagram for num_collect::rbf::polynomial_calculator< Variable, PolynomialDegree >:
+ Collaboration diagram for num_collect::rbf::polynomial_calculator< Variable, PolynomialDegree >:

Detailed Description

template<typename Variable, index_type PolynomialDegree>
class num_collect::rbf::polynomial_calculator< Variable, PolynomialDegree >

Class to calculate polynomials used with RBF interpolation.

Template Parameters
VariableType of variables.
PolynomialDegreeDegree of polynomials.

Definition at line 45 of file polynomial_calculator.h.


The documentation for this class was generated from the following file: