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.

Ignore:
Timestamp:
2015-09-07T19:34:30-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/symbolic-polynomial.lisp

    r3727 r3728  
    119119#|
    120120(defun poly-eval-scalar (expr
    121                          &optional
    122                            (ring +ring-of-integers+)
    123121                         &aux
    124122                           (order #'lex>))
     
    192190(defun string->alist (str vars
    193191                      &optional
    194                         (ring +ring-of-integers+)
    195192                        (order #'lex>))
    196193  "Convert a string STR representing a polynomial or polynomial list to
Note: See TracChangeset for help on using the changeset viewer.