|
Namespaces |
namespace | atlas |
namespace | atlas::latticetypes |
Typedefs |
typedef int | atlas::latticetypes::LatticeCoeff |
typedef std::vector< LatticeCoeff > | atlas::latticetypes::LatticeElt |
typedef std::vector< LatticeCoeff > | atlas::latticetypes::CoeffList |
typedef LatticeElt | atlas::latticetypes::Weight |
typedef RatLatticeElt | atlas::latticetypes::RatWeight |
typedef std::vector< Weight > | atlas::latticetypes::WeightList |
typedef std::vector< RatWeight > | atlas::latticetypes::RatWeightList |
typedef matrix::Matrix< LatticeCoeff > | atlas::latticetypes::LatticeMatrix |
typedef bitvector::BitVector<
constants::RANK_MAX > | atlas::latticetypes::Component |
typedef bitvector::BitVector<
2 *constants::RANK_MAX > | atlas::latticetypes::LongComponent |
typedef bitvector::BitMatrix<
constants::RANK_MAX > | atlas::latticetypes::ComponentMap |
typedef subquotient::NormalSubspace<
constants::RANK_MAX > | atlas::latticetypes::ComponentSubspace |
typedef subquotient::NormalSubquotient<
constants::RANK_MAX > | atlas::latticetypes::ComponentSubquotient |
typedef std::vector< Component > | atlas::latticetypes::ComponentList |
typedef std::vector< LongComponent > | atlas::latticetypes::LongComponentList |
Variables |
const LatticeCoeff | atlas::latticetypes::ZeroCoeff = 0 |
const LatticeCoeff | atlas::latticetypes::OneCoeff = 1 |