Implementation of Monomial basis.
Definition in file Monomials.hpp.
#include "Monomials_fwd.hpp"
#include <medusa/bits/utils/assert.hpp>
#include <medusa/bits/utils/numutils.hpp>
#include <iostream>
#include "Operators_fwd.hpp"
Go to the source code of this file.
Namespaces | |
mm | |
Root namespace for the whole library. | |
Functions | |
template<class V > | |
std::ostream & | mm::operator<< (std::ostream &os, const Monomials< V > &m) |
Output basic info about given Monomial basis. More... | |