Changeset e543dd in git for gfanlib/gfanlib_symmetry.h


Ignore:
Timestamp:
Apr 6, 2011, 5:26:53 PM (13 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6f1774bebfc5b4528c0d9586e216b4160d0dc8a8
Parents:
f6bfc4760c37e57e10254840047f2c962b9566bb
Message:
new gfanlib from Anders


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

Legend:

Unmodified
Added
Removed
  • gfanlib/gfanlib_symmetry.h

    rf6bfc4 re543dd  
    2727  static bool isPermutation(IntVector const &a);
    2828  /**
    29    * Returns true if all rows of the matrix are pemutations
     29   * Returns true if all rows of the matrix contains the elements 0 up to m.getWidth()-1.
    3030   */
    3131  static bool arePermutations(IntMatrix const &m);
     
    102102
    103103class SymmetryGroup{
    104 //  unsigned char *byteTable;
    105104  int byteTableHeight;
    106105  class Trie *trie;
     
    142141
    143142  // 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.
    145143  void createTrie();
    146 //  unsigned char *getByteTable()const;
    147 //  int getByteTableHeight()const;
    148144};
    149145/**
Note: See TracChangeset for help on using the changeset viewer.