Changeset 3262
- Timestamp:
 - 2015-06-22T20:51:17-07:00 (10 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/f4grobner/polynomial.lisp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/f4grobner/polynomial.lisp
r3261 r3262 46 46 (order :initform #'lex> :initarg :order :accessor poly-term-order 47 47 :documentation "Monomial/term order.")) 48 (:default-initargs :dimension nil :termlist nil :order nil)48 (:default-initargs :dimension nil :termlist nil :order #'lex>) 49 49 (:documentation "A polynomial with a list of terms TERMLIST, ordered 50 50 according to term order ORDER, which defaults to LEX>."))  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  