numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::rbf::concepts::csrbf Concept Reference

Concept of CSRBFs (compactly supported RBFs). More...

#include <num_collect/rbf/concepts/csrbf.h>

Concept definition

template<typename T>
concept num_collect::rbf::concepts::csrbf = rbf<T> && requires() {
{
T::support_boundary()
}
Concept of same types.
Definition same_as.h:35
Concept of CSRBFs (compactly supported RBFs).
Definition csrbf.h:33
Concept of RBFs.
Definition rbf.h:33

Detailed Description

Concept of CSRBFs (compactly supported RBFs).

Template Parameters
TType.

Definition at line 33 of file csrbf.h.