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 4248


Ignore:
Timestamp:
2016-06-04T20:07:32-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r4246 r4248  
    6060  (:documentation "Set SELF value to GCD(SELF, OTHER)"))
    6161
     62(defgeneric universal-ezgcd (x y)
     63  (:documentation "Solves the diophantine system: X=C*X1, Y=C*X2,
     64C=GCD(X,Y).  It returns C, X1 and Y1. The result may be obtained by
     65the Euclidean algorithm."))
     66
    6267(defgeneric universal-equalp (self other)
    6368  (:documentation "Return T if objects SELF and OTHER are equal, NIL otherwise.")
     
    6974(defgeneric ->sexp (self &optional vars)
    7075  (:documentation "Convert SELF to an S-expression."))
     76
Note: See TracChangeset for help on using the changeset viewer.