numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of wendland_csrbf class. More...
#include <cmath>
#include "num_collect/base/concepts/real_scalar.h"
#include "num_collect/base/index_type.h"
Go to the source code of this file.
Classes | |
class | num_collect::rbf::rbfs::wendland_csrbf< Scalar, L, 0 > |
Class of Wendland's Compactly Supported RBF [30]. More... | |
class | num_collect::rbf::rbfs::wendland_csrbf< Scalar, L, 1 > |
Class of Wendland's Compactly Supported RBF [30]. More... | |
class | num_collect::rbf::rbfs::wendland_csrbf< Scalar, L, 2 > |
Class of Wendland's Compactly Supported RBF [30]. More... | |
Namespaces | |
namespace | num_collect |
Namespace of num_collect source codes. | |
namespace | num_collect::rbf |
Namespace of RBF interpolation. | |
namespace | num_collect::rbf::rbfs |
Namespace of RBFs. | |
Definition of wendland_csrbf class.
Definition in file wendland_csrbf.h.