Implementation of InverseMultiQuadratic RBF.
Definition in file InverseMultiquadric.hpp.
#include "InverseMultiquadric_fwd.hpp"
#include <cmath>
#include <medusa/bits/utils/assert.hpp>
#include <medusa/bits/utils/numutils.hpp>
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 InverseMultiquadric< S > &b) |
Output basic information about given basis function. More... | |