- Timestamp:
- 2015-06-06T17:42:59-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/mx-grobner.lisp
r371 r374 25 25 ;; 26 26 ;; DETAILS: This file implements an interface between the Grobner 27 ;; basis package NGROBNER and Maxima. NGROBNER for efficiency uses its 28 ;; own representation of polynomials. Thus, it is necessary to convert 29 ;; Maxima representation to the internal representation and back. The 30 ;; facilities to do so are implemented in this file. 27 ;; basis package NGROBNER, which is a pure Common Lisp package, and 28 ;; Maxima. NGROBNER for efficiency uses its own representation of 29 ;; polynomials. Thus, it is necessary to convert Maxima representation 30 ;; to the internal representation and back. The facilities to do so 31 ;; are implemented in this file. 31 32 ;; 32 33 ;; Also, since the NGROBNER package consists of many Lisp files, it is
Note:
See TracChangeset
for help on using the changeset viewer.