- Timestamp:
- 2015-06-14T19:05:05-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/grobner-wrap.lisp
r1625 r1626 36 36 37 37 (defun choose-grobner-algorithm (algorithm) 38 "Return a function which calculates Grobner basis, based on its 39 names. Names currently used are either Lisp symbols, Maxima symbols or 40 keywords." 38 "Translates symbol ALGORITHM, which names the algorithm, and should 39 be either a keyword, an uninterne symbol or symbol in package 40 GROBNER-WRAP, or a Maxima-style symbols starting with the dollar. It 41 returns a function which calculates Grobner basis." 41 42 (ecase algorithm 42 43 ((buchberger :buchberger $buchberger)
Note:
See TracChangeset
for help on using the changeset viewer.