Changeset d2fc749 in git
- Timestamp:
- Aug 18, 2013, 9:09:30 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 34b5687ce1d29d33b442f1ef36adf16e862d5a6e
- Parents:
- f36755e8e4a754eb8a49487d0e998ed26a2b2c78
- git-author:
- Martin Lee <martinlee84@web.de>2013-08-18 21:09:30+02:00
- git-committer:
- Martin Lee <martinlee84@web.de>2013-08-30 13:48:33+02:00
- Location:
- libpolys/polys
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/clapsing.cc
rf36755 rd2fc749 1695 1695 } 1696 1696 1697 ideal singclap_abs BiFactorize ( poly f, ideal & mipos, intvec ** exps, int & numFactors, const ring r)1697 ideal singclap_absFactorize ( poly f, ideal & mipos, intvec ** exps, int & numFactors, const ring r) 1698 1698 { 1699 1699 p_Test(f, r); -
libpolys/polys/clapsing.h
rf36755 rd2fc749 58 58 intvec* singntl_LLL(intvec* A, const ring r); 59 59 60 ideal singclap_abs BiFactorize ( poly f, ideal & mipos, intvec ** exps, int & n, const ring r);60 ideal singclap_absFactorize ( poly f, ideal & mipos, intvec ** exps, int & n, const ring r); 61 61 # endif 62 62 # endif
Note: See TracChangeset
for help on using the changeset viewer.