Implementation of Gaussian RBF.
Definition in file Gaussian.hpp.
#include "Gaussian_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 Gaussian< S > &b) |
Output basic information about given Gaussian RBF. More... | |