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

Definition of general_spline_equation_solver class. More...

#include <cmath>
#include <limits>
#include <Eigen/Core>
#include <Eigen/Eigenvalues>
#include <Eigen/QR>
#include <fmt/core.h>
#include "num_collect/base/concepts/real_scalar.h"
#include "num_collect/base/exception.h"
#include "num_collect/base/index_type.h"
#include "num_collect/base/precondition.h"
#include "num_collect/logging/logging_macros.h"
#include "num_collect/rbf/kernel_matrix_type.h"
+ Include dependency graph for general_spline_equation_solver.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  num_collect::rbf::impl::general_spline_equation_solver< KernelValue, FunctionValue, kernel_matrix_type::dense, true >
 Class to solve linear equations of kernel matrices and matrices of additional terms in RBF interpolation. 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.
 

Detailed Description

Definition of general_spline_equation_solver class.

Definition in file general_spline_equation_solver.h.