Raw File
README
This directory contains the source files for the Singular kernel.
(i.e. all algorithms which still require currRing
and needs to rewritten)

Subdirectories:
- combinatorics: hilbert function and related
- fglm: FGLM algorithm
- GBEngine: Buchbergers/Moras algorithm and related
- groebner_walk: Groebner walk
- linear_algebra: minor, LU decomposition
- maps: polynomial maps between commutative polynomial rings
- numeric: find zeroes of (univariate) polynomials
- spectrum: spectrum of isolated curve singularities and related
- oswrapper: terminal input, os limits, timer


back to top