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 3655 for branches


Ignore:
Timestamp:
2015-09-05T21:20:28-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3654 r3655  
    4747           "STANDARD-SUM"
    4848           "SATURATION-EXTENSION"
    49            "ALIST->POLY")
     49           "ALIST->POLY"
     50           "UNIVERSAL-EZGCD"
     51           "S-POLYNOMIAL")
    5052  (:documentation "Implements polynomials. A polynomial is essentially
    5153a mapping of monomials of the same degree to coefficients. The
     
    402404  )
    403405
    404 (defgeneric spoly (object1 object2)
     406(defgeneric s-polynomial (object1 object2)
    405407  (:documentation "Yields the S-polynomial of OBJECT1 and OBJECT2.")
    406408  (:method ((f poly) (g poly))
Note: See TracChangeset for help on using the changeset viewer.