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 3125


Ignore:
Timestamp:
2015-06-22T09:59:59-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r3124 r3125  
    2828
    2929(in-package :symbolic-poly)
     30
     31(defclass symbolic-poly (poly)
     32  ((vars :initarg :vars :accessor vars)
     33   (:default-initargs :termlist nil :vars nil)))
    3034
    3135(defun coerce-coeff (ring expr vars)
Note: See TracChangeset for help on using the changeset viewer.