Medusa  1.1
Coordinate Free Mehless Method implementation
Grid.cpp
Go to the documentation of this file.
2 
8 template class mm::Grid<int, 1>;
10 template std::ostream& mm::operator<<(std::ostream&, const mm::Grid<int, 1>&);
11 template class mm::Grid<int, 2>;
12 template std::ostream& mm::operator<<(std::ostream&, const mm::Grid<int, 2>&);
13 template class mm::Grid<int, 3>;
14 template std::ostream& mm::operator<<(std::ostream&, const mm::Grid<int, 3>&);
mm::operator<<
std::ostream & operator<<(std::ostream &os, const Gaussian< S > &b)
Output basic information about given Gaussian RBF.
Definition: Gaussian.hpp:37
mm::Grid
Class representing a simple n-dimensional grid structure, which supports indexing and storing values.
Definition: Grid_fwd.hpp:36
Grid.hpp