Differences between revisions 1 and 2
Revision 1 as of 2008-07-10 02:53:26
Size: 344
Editor: CarlWitty
Comment:
Revision 2 as of 2008-07-10 02:55:02
Size: 372
Editor: CarlWitty
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
== Integer polynomials now use FLINT == == Integer polynomials now use FLINT (Burcin Erocal, Carl Witty) ==

Sage 3.0.4 Release Tour

Integer polynomials now use FLINT (Burcin Erocal, Carl Witty)

The polynomial ring ZZ['x'] is now implemented using FLINT, rather than NTL; this gives huge speedups on many operations (such as multiplication of large polynomials). (The old NTL implementation is still available with PolynomialRing(ZZ, 'x', implementation='NTL').)

ReleaseTours/sage-3.0.4 (last edited 2009-12-26 14:43:57 by Minh Nguyen)