- Timestamp:
- 2016-05-31T18:54:43-07:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/symbolic-polynomial.lisp
r4019 r4066 161 161 ;; Ensure that the number of variables matches the dimension 162 162 (assert (= (length vars) (poly-dimension self))) 163 (infix-print (->sexp self vars)))163 (infix-print-to-string (->sexp self vars))) 164 164 (:method ((self symbolic-poly) &optional (vars (symbolic-poly-vars self))) 165 (infix-print (->sexp self vars))))165 (infix-print-to-string (->sexp self vars))))
Note:
See TracChangeset
for help on using the changeset viewer.