source: CGBLisp/src/TODO@ 1

Last change on this file since 1 was 1, checked in by Marek Rychlik, 15 years ago

First import of a version circa 1997.

File size: 489 bytes
Line 
1# $Id: TODO,v 1.4 1997/10/25 18:06:11 marek Exp $
2-*- Mode: outline; fill-column: 50 -*-
3
4** Implement ordered polynomial lists
5
6Polynomial lists should be stored as ordered
7lists, ordered according to the increasing leading
8monomial; this should speed up operations like
9division etc. This is because if a monomial a
10divides b then a<b in any compatible order; thus
11in the division algorithm we may simply stop when
12we find the first leading monomial which is
13greater than the dividend;
Note: See TracBrowser for help on using the repository browser.