Changeset 24a611c in git
- Timestamp:
- Jan 8, 2014, 2:23:58 PM (10 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 58effbc527b95873aef4b38419a11880d8f824a2
- Parents:
- 6f126899ec2cba1463bff65859c057e63af5986d
- git-author:
- Martin Lee <martinlee84@web.de>2014-01-08 14:23:58+01:00
- git-committer:
- Martin Lee <martinlee84@web.de>2014-01-20 16:45:04+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_factor.cc
r6f1268 r24a611c 632 632 } 633 633 634 #ifdef HAVE_NTL635 CanonicalForm fntl ( const CanonicalForm & f, int j )636 {637 ZZX f1=convertFacCF2NTLZZX(f);638 return convertZZ2CF(coeff(f1,j));639 }640 #endif641 642 634 CFFList factorize ( const CanonicalForm & f, const Variable & alpha ) 643 635 {
Note: See TracChangeset
for help on using the changeset viewer.