numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of kernel_matrix_type enumeration. More...
#include <cstdint>
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... | |
Definition of kernel_matrix_type enumeration.
Definition in file kernel_matrix_type.h.