#include "matrix.h"
#include "tags.h"
Include dependency graph for lattice_def.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | atlas |
namespace | atlas::lattice |
Functions | |
template<size_t dim> | |
void | atlas::lattice::mod2 (bitvector::BitVector< dim > &, const latticetypes::LatticeElt &) |
template<size_t dim> | |
void | atlas::lattice::mod2 (std::vector< bitvector::BitVector< dim > > &, const latticetypes::WeightList &) |
template<size_t dim> | |
void | atlas::lattice::mod2 (bitvector::BitMatrix< dim > &, const latticetypes::LatticeMatrix &) |
template<typename I, typename J, typename O> | |
void | atlas::lattice::baseChange (const I &, const I &, O, const J &, const J &) |
template<typename I, typename J, typename O> | |
void | atlas::lattice::inverseBaseChange (const I &, const I &, O, const J &, const J &) |