numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::rbf::impl::kernel_matrix_solver< KernelValue, FunctionValue, KernelMatrixType, UsesGlobalLengthParameter > Class Template Reference

Class to solve linear equations of kernel matrices. More...

+ Inheritance diagram for num_collect::rbf::impl::kernel_matrix_solver< KernelValue, FunctionValue, KernelMatrixType, UsesGlobalLengthParameter >:
+ Collaboration diagram for num_collect::rbf::impl::kernel_matrix_solver< KernelValue, FunctionValue, KernelMatrixType, UsesGlobalLengthParameter >:

Detailed Description

template<typename KernelValue, typename FunctionValue, kernel_matrix_type KernelMatrixType, bool UsesGlobalLengthParameter>
class num_collect::rbf::impl::kernel_matrix_solver< KernelValue, FunctionValue, KernelMatrixType, UsesGlobalLengthParameter >

Class to solve linear equations of kernel matrices.

Template Parameters
KernelValueType of values of the kernel.
FunctionValueType of the function values.
KernelMatrixTypeType of the kernel matrices.
UsesGlobalLengthParameterWhether to uses the globally fixed length parameters.

Definition at line 51 of file kernel_matrix_solver.h.


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