Changeset 43317d in git for gfanlib/gfanlib_symmetry.cpp


Ignore:
Timestamp:
Nov 26, 2010, 6:26:04 PM (13 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
3050575d37a9363a66a9300aa56345da8ccd43d4
Parents:
92e2cd1822dc1be6a8ef69173615a30e5bd67d0e
Message:
creation of fans and insertion of cones therein

git-svn-id: file:///usr/local/Singular/svn/trunk@13679 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gfanlib/gfanlib_symmetry.cpp

    r92e2cd r43317d  
    392392}
    393393
     394
     395bool 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}
    394400
    395401int SymmetryGroup::orbitSize(ZVector const &stable)const
Note: See TracChangeset for help on using the changeset viewer.