Changeset 67c1dc in git for libpolys/polys/clapsing.h


Ignore:
Timestamp:
Dec 14, 2011, 5:07:25 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
81845eb574ce4e246556ba7885ecb3a9be8222a9
Parents:
d92d714be40efcb5b8f903ae5b3bff5d3ed69a4e
git-author:
Martin Lee <martinlee84@web.de>2011-12-14 17:07:25+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-01-06 21:09:33+01:00
Message:
adaptation of spielwiese for libfac

chg: switched on interface for libfac stuff
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/clapsing.h

    rd92d71 r67c1dc  
    5252BOOLEAN singclap_isSqrFree(poly f, const ring r);
    5353
    54 /*
    55  // need libfac??? commented out!
     54#ifdef HAVE_LIBFAC
    5655 matrix singclap_irrCharSeries ( ideal I, const ring r);
    57  char* singclap_neworder ( ideal I, const ring r); 
    58 */
     56 char* singclap_neworder ( ideal I, const ring r);
     57#endif
    5958
    6059poly singclap_det( const matrix m, const ring r );
Note: See TracChangeset for help on using the changeset viewer.