Changeset f5c2fcf in git
- Timestamp:
- Jul 2, 2020, 11:41:32 PM (3 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- 3801735313555d3e7900ceb38636374dc2183a76
- Parents:
- 74fc12a443ae77aafaf319eba86b1e38f5318366
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/FLINTconvert.cc
r74fc12a rf5c2fcf 266 266 continue; 267 267 } 268 result += convertFmpq _t2CF (coeff)*power (x, i);268 result += convertFmpq2CF (coeff)*power (x, i); 269 269 fmpq_clear (coeff); 270 270 } … … 701 701 fmpq_mpoly_get_term_coeff_fmpq(c,f,i,ctx); 702 702 fmpq_mpoly_get_term_exp_ui(exp,f,i,ctx); 703 CanonicalForm term=convertFmpq _t2CF(c);703 CanonicalForm term=convertFmpq2CF(c); 704 704 for ( int i = 0; i <N; i++ ) 705 705 {
Note: See TracChangeset
for help on using the changeset viewer.