close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 1700


Ignore:
Timestamp:
2015-06-14T21:43:23-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/mx-grobner.lisp

    r1699 r1700  
    236236                       expr vars))))
    237237
    238 (defun maxima->poly-list-of-lists (poly-list-list vars
     238(defun maxima->poly-list-of-lists (poly-list-of-lists vars
    239239                                   &optional
    240240                                     (ring (find-ring-by-name $poly_coefficient_ring))
     
    244244  "Parse a Maxima representation of a list of lists of polynomials."
    245245  (mapcar #'(lambda (g) (maxima->poly-list g vars ring-order primary-elimination-order secondary-elimination-order))
    246           (coerce-maxima-list poly-list-list)))
     246          (coerce-maxima-list poly-list-of-lists)))
    247247
    248248
Note: See TracChangeset for help on using the changeset viewer.