Changeset 43317d in git for gfanlib/gfanlib_symmetry.cpp
- Timestamp:
- Nov 26, 2010, 6:26:04 PM (13 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 3050575d37a9363a66a9300aa56345da8ccd43d4
- Parents:
- 92e2cd1822dc1be6a8ef69173615a30e5bd67d0e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gfanlib/gfanlib_symmetry.cpp
r92e2cd r43317d 392 392 } 393 393 394 395 bool Permutation::arePermutations(IntMatrix const &m) 396 { 397 for(int i=0;i<m.getHeight();i++)if(!isPermutation(m[i]))return false; 398 return true; 399 } 394 400 395 401 int SymmetryGroup::orbitSize(ZVector const &stable)const
Note: See TracChangeset
for help on using the changeset viewer.