• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

GBEngine/H09-Jun-2021-56,10544,232

combinatorics/H09-Jun-2021-6,2265,234

fglm/H09-Jun-2021-3,6182,819

groebner_walk/H09-Jun-2021-2,7401,514

linear_algebra/H09-Jun-2021-11,3046,982

maps/H09-Jun-2021-1,6611,193

numeric/H09-Jun-2021-5,6343,992

old/H09-Jun-2021-1,5801,224

oswrapper/H09-Jun-2021-3,9723,216

sample/H09-Jun-2021-146

spectrum/H09-Jun-2021-4,8412,949

Add-Kernel-Subpackage.mdH A D09-Jun-20211 KiB1612

COPYINGH A D09-Jun-20211 KiB3118

Makefile.amH A D09-Jun-20211.9 KiB6739

READMEH A D09-Jun-2021576 1713

RULESH A D09-Jun-2021283 94

digitech.ccH A D09-Jun-20211.8 KiB8869

digitech.hH A D09-Jun-2021206 86

fast_mult.ccH A D09-Jun-202113.2 KiB674436

fast_mult.hH A D09-Jun-2021288 1110

ideals.ccH A D09-Jun-202173.7 KiB3,2292,643

ideals.hH A D09-Jun-20215.5 KiB205123

kernel.doxH A D09-Jun-20211.6 KiB8565

mkinstalldirsH A D09-Jun-2021648 3318

mod2.hH A D09-Jun-202113 KiB434179

polys.ccH A D09-Jun-202111.4 KiB442412

polys.hH A D09-Jun-202116 KiB425163

preimage.ccH A D09-Jun-20214.1 KiB174136

preimage.hH A D09-Jun-2021197 95

structs.hH A D09-Jun-20211.4 KiB8644

test.ccH A D09-Jun-202112.9 KiB593372

tmult.ccH A D09-Jun-20212.7 KiB11891

README

1This directory contains the source files for the Singular kernel.
2(i.e. all algorithms which still require currRing
3and needs to rewritten)
4
5Subdirectories:
6- combinatorics: hilbert function and related
7- fglm: FGLM algorithm
8- GBEngine: Buchbergers/Moras algorithm and related
9- groebner_walk: Groebner walk
10- linear_algebra: minor, LU decomposition
11- maps: polynomial maps between commutative polynomial rings
12- numeric: find zeroes of (univariate) polynomials
13- spectrum: spectrum of isolated curve singularities and related
14- oswrapper: terminal input, os limits, timer
15
16
17