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.

Ignore:
Timestamp:
2015-06-12T01:04:11-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ideal.lisp

    r1398 r1427  
    103103  "Returns the reduced Grobner basis of the colon ideal Id(F):Id({G}), where
    104104F is a list of polynomials and G is a polynomial."
     105  (declare (type ring-and-order ring-and-order))
    105106  (mapcar #'(lambda (x)
    106107              (poly-exact-divide ring-and-order x g))
Note: See TracChangeset for help on using the changeset viewer.