Changeset 1927 for branches/f4grobner
- Timestamp:
 - 2015-06-15T18:34:02-07:00 (10 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/f4grobner/polynomial.lisp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/f4grobner/polynomial.lisp
r1916 r1927 20 20 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 21 21 22 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 23 ;; 24 ;; Polynomials 25 ;; 26 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 22 27 23 28 (defpackage "POLYNOMIAL" … … 77 82 (in-package :polynomial) 78 83 79 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 80 ;; 81 ;; Polynomials 82 ;; 83 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 84 (proclaim '(optimize (speed 3) (space 0) (safety 0) (debug 0))) 84 85 85 86 (defstruct (poly  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  