Changeset e68029 in git for libpolys/polys/clapsing.h


Ignore:
Timestamp:
Jan 19, 2022, 9:40:11 AM (2 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3882094d003ecd5487dfad0aa941dee9d650a30e
Parents:
844f3006400f1bbcfdb84aa86a873413a954da98
Message:
rref for smatrix and ntl
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/clapsing.h

    r844f30 re68029  
    4444intvec* singntl_LLL(intvec* A);
    4545
     46#ifdef HAVE_NTL
     47ideal  singntl_rref(ideal  m, const ring R) /*assume smatrix m*/;
     48matrix singntl_rref(matrix  m, const ring R);
     49#endif
     50
    4651ideal singclap_absFactorize ( poly f, ideal & mipos, intvec ** exps, int & n, const ring r);
    4752
Note: See TracChangeset for help on using the changeset viewer.