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 1164


Ignore:
Timestamp:
2015-06-10T19:37:24-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r1163 r1164  
    396396
    397397(defun string->poly (str vars
    398                      &key
    399                        (stream t)
     398                     &optional
    400399                       (ring *ring-of-integers*)
    401400                       (order #'lex>))
     
    412411  (mapcar #'term->cons (poly-termlist p)))
    413412
    414 (defun string->alist (str vars)
     413(defun string->alist (str vars
     414                     &optional
     415                       (ring *ring-of-integers*)
     416                       (order #'lex>))
    415417  "Convert a string STR representing a polynomial or polynomial list to
    416418an association list (... (MONOM . COEFF) ...)."
Note: See TracChangeset for help on using the changeset viewer.