Changeset 24a611c in git for factory/cf_factor.cc


Ignore:
Timestamp:
Jan 8, 2014, 2:23:58 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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
Message:
deleted fntl
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_factor.cc

    r6f1268 r24a611c  
    632632}
    633633
    634 #ifdef HAVE_NTL
    635 CanonicalForm fntl ( const CanonicalForm & f, int j )
    636 {
    637   ZZX f1=convertFacCF2NTLZZX(f);
    638   return convertZZ2CF(coeff(f1,j));
    639 }
    640 #endif
    641 
    642634CFFList factorize ( const CanonicalForm & f, const Variable & alpha )
    643635{
Note: See TracChangeset for help on using the changeset viewer.