1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
DeclareProperty("IsCrystTranslationSubGroup",IsMatrixGroup);
DeclareGlobalFunction("FactorizationNParts");
DeclareGlobalFunction("VectorToCrystMatrix");
DeclareGlobalFunction("TranslationSubGroup");
DeclareGlobalFunction("CrystTranslationMatrixToVector");
DeclareGlobalFunction("IsIntList");
DeclareGlobalFunction("IsCrystSameOrbit");
DeclareGlobalFunction("AddFirst");
DeclareGlobalFunction("CombinationDisjointSets");
DeclareGlobalFunction("IsCrystSufficientLattice");
DeclareGlobalFunction("ResolutionBoundaryOfWordOnRight");
DeclareGlobalFunction("CrystFinitePartOfMatrix");
DeclareGlobalFunction("CrystGFullBasis");
DeclareGlobalFunction("CrystGcomplex");
DeclareGlobalFunction("CrystCubicalTiling");
DeclareGlobalFunction("ResolutionCubicalCrystGroup");
DeclareGlobalFunction("AverageInnerProduct");
DeclareGlobalFunction("OrthogonalizeBasisByAverageInnerProduct");
DeclareGlobalFunction("CrystMatrix");
DeclareGlobalFunction("TensorWithComplexRepresentationRing");
DeclareGlobalFunction("TensorWithComplexRepresentationRingOnRight");
DeclareGlobalFunction("FreeZGResolution");
DeclareGlobalFunction("IsRigid");
DeclareGlobalFunction("TensorWithBurnsideRing");
DeclareGlobalFunction("IsRigidOnRight");
|