10 #ifndef INTERACTIVE_LATTICE_H      11 #define INTERACTIVE_LATTICE_H    21 namespace interactive_lattice {
    25     throw(error::InputError);
    28     throw(error::InputError);
 std::vector< RatWeight > RatWeightList
Definition: Atlas.h:164
 
std::vector< Weight > WeightList
Definition: Atlas.h:162
 
int getLattice(const CoeffList &root_invf, WeightList &root_lattice_basis)
Definition: interactive_lattice.cpp:178
 
int getGenerators(RatWeightList &d_rwl, const CoeffList &u)
Definition: interactive_lattice.cpp:68
 
std::vector< LatticeCoeff > CoeffList
Definition: Atlas.h:168