Implementation of MultiQuadratic RBF
Definition in file Multiquadric.hpp.
#include "Multiquadric_fwd.hpp"#include <medusa/bits/utils/assert.hpp>#include <cmath>#include <medusa/bits/utils/numutils.hpp>
Include dependency graph for Multiquadric.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<class S > | |
| std::ostream & | mm::operator<< (std::ostream &os, const Multiquadric< S > &b) |
| Output basic information about given basis function. More... | |