Implementation of RBF basis.
Definition in file RBFBasis.hpp.
Include dependency graph for RBFBasis.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| mm | |
| Root namespace for the whole library. | |
Functions | |
| template<typename V , typename R > | |
| std::ostream & | mm::operator<< (std::ostream &os, const RBFBasis< V, R > &m) |
| Output basic info about given basis. More... | |