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

Definition of compute_polynomial_term_matrix function. More...

+ Include dependency graph for compute_polynomial_term_matrix.h:

Go to the source code of this file.

Namespaces

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

Functions

template<index_type PolynomialDegree, base::concepts::real_scalar Variable, base::concepts::dense_matrix_of< Variable > Matrix>
requires (PolynomialDegree >= 0)
void num_collect::rbf::compute_polynomial_term_matrix (const std::vector< Variable > &variables, Matrix &matrix)
 Compute a matrix of polynomial terms in RBF interpolation.
 

Detailed Description

Definition of compute_polynomial_term_matrix function.

Definition in file compute_polynomial_term_matrix.h.