numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of kernel_matrix_solver class. More...
#include <cmath>
#include <limits>
#include <Eigen/Core>
#include <Eigen/Eigenvalues>
#include <Eigen/IterativeLinearSolvers>
#include <Eigen/LU>
#include <Eigen/SparseCore>
#include <Eigen/src/Core/util/Constants.h>
#include "num_collect/base/concepts/dense_vector.h"
#include "num_collect/base/exception.h"
#include "num_collect/base/precondition.h"
#include "num_collect/logging/logging_macros.h"
#include "num_collect/rbf/kernel_matrix_type.h"
Go to the source code of this file.
Classes | |
class | num_collect::rbf::impl::kernel_matrix_solver< KernelValue, FunctionValue, kernel_matrix_type::dense, false > |
Class to solve linear equations of kernel matrices. More... | |
class | num_collect::rbf::impl::kernel_matrix_solver< KernelValue, FunctionValue, kernel_matrix_type::dense, true > |
Class to solve linear equations of kernel matrices. More... | |
class | num_collect::rbf::impl::kernel_matrix_solver< KernelValue, FunctionValue, kernel_matrix_type::sparse, false > |
Class to solve linear equations of kernel matrices. More... | |
Namespaces | |
namespace | num_collect |
Namespace of num_collect source codes. | |
namespace | num_collect::rbf |
Namespace of RBF interpolation. | |
namespace | num_collect::rbf::impl |
Namespace of internal implementations. | |
Definition of kernel_matrix_solver class.
Definition in file kernel_matrix_solver.h.