Changeset e543dd in git for gfanlib/gfanlib_symmetry.h
- Timestamp:
- Apr 6, 2011, 5:26:53 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 6f1774bebfc5b4528c0d9586e216b4160d0dc8a8
- Parents:
- f6bfc4760c37e57e10254840047f2c962b9566bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gfanlib/gfanlib_symmetry.h
rf6bfc4 re543dd 27 27 static bool isPermutation(IntVector const &a); 28 28 /** 29 * Returns true if all rows of the matrix are pemutations29 * Returns true if all rows of the matrix contains the elements 0 up to m.getWidth()-1. 30 30 */ 31 31 static bool arePermutations(IntMatrix const &m); … … 102 102 103 103 class SymmetryGroup{ 104 // unsigned char *byteTable;105 104 int byteTableHeight; 106 105 class Trie *trie; … … 142 141 143 142 // Methods for highly optimized symmetry group computations: 144 // void createByteTable();//Can only be called once. SymmetryGroup is not allowed to be changed afterwards or to be copied. Leaks memory at destruction.145 143 void createTrie(); 146 // unsigned char *getByteTable()const;147 // int getByteTableHeight()const;148 144 }; 149 145 /**
Note: See TracChangeset
for help on using the changeset viewer.