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

Definition of kernel_matrix_type enumeration. More...

#include <cstdint>
+ Include dependency graph for kernel_matrix_type.h:
+ This graph shows which files directly or indirectly include this file:

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.
 

Enumerations

enum class  num_collect::rbf::kernel_matrix_type : std::uint8_t { num_collect::rbf::dense , num_collect::rbf::sparse }
 Enumeration of types of kernel matrices. More...
 

Detailed Description

Definition of kernel_matrix_type enumeration.

Definition in file kernel_matrix_type.h.