source: git/Singular/singular-libs @ 63f46d

fieker-DuValspielwiese
Last change on this file since 63f46d was 63f46d, checked in by Yue <ren@…>, 8 years ago
new: tropicalNewton.lib
  • Property mode set to 100644
File size: 2.7 KB
Line 
1#
2# Singular libraries which go into distribution
3# (they should be ordered alphabetically)
4# MAKE SURE THAT THIS IS UP_TO_DATE
5#
6
7SLIB0 = absfact.lib ainvar.lib aksaka.lib alexpoly.lib algebra.lib \
8        arcpoint.lib assprimeszerodim.lib atkins.lib brnoeth.lib \
9        cisimplicial.lib classify.lib \
10        compregb.lib control.lib crypto.lib curvepar.lib decodegb.lib \
11        deform.lib elim.lib  equising.lib  finvar.lib  general.lib gmspoly.lib \
12        gmssing.lib graphics.lib grobcov.lib groups.lib grwalk.lib \
13        hnoether.lib \
14        homolog.lib hyperel.lib integralbasis.lib inout.lib intprog.lib \
15        jacobson.lib \
16        kskernel.lib latex.lib linalg.lib makedbm.lib \
17        matrix.lib modstd.lib mondromy.lib monomialideal.lib \
18        mprimdec.lib mregular.lib \
19        noether.lib normal.lib normaliz.lib ntsolve.lib \
20        paraplanecurves.lib phindex.lib \
21        pointid.lib poly.lib \
22        presolve.lib primdec.lib primdecint.lib \
23        primitiv.lib qhmoduli.lib random.lib realclassify.lib \
24        realrad.lib reesclos.lib resbinomial.lib \
25        resgraph.lib resjung.lib resolve.lib \
26        reszeta.lib ring.lib rinvar.lib rootsmr.lib rootsur.lib \
27        sagbi.lib sheafcoh.lib sing.lib sing4ti2.lib signcond.lib \
28        solve.lib spcurve.lib spectrum.lib standard.lib stratify.lib \
29        surf.lib surf_jupyter.lib surfacesignature.lib surfex.lib \
30        teachstd.lib toric.lib triang.lib \
31        weierstr.lib zeroset.lib
32
33# libs in beta testing:
34# the will be included in share.tar.gz, but not in all.lib
35# (they should be ordered alphabetically)
36
37SLIB1 = classifyceq.lib classifyci.lib classify_aeq.lib \
38        customstd.lib curveInv.lib \
39        dmodloc.lib divisors.lib \
40        ffsolve.lib ffmodstd.lib decomp.lib template.lib \
41        findifs.lib finitediff.lib \
42        gfan.lib gitfan.lib gradedModules.lib \
43        locnormal.lib modnormal.lib modular.lib \
44        JMBTest.lib JMSConst.lib multigrading.lib \
45        nfmodstd.lib nfmodsyz.lib \
46        numerAlg.lib numerDecom.lib \
47        orbitparam.lib parallel.lib polymake.lib\
48        realizationMatroids.lib resources.lib ringgb.lib \
49        schreyer.lib symodstd.lib deRham.lib polybori.lib ellipticcovers.lib \
50        schubert.lib tasks.lib tropical.lib hdepth.lib gradedModules.lib \
51        arr.lib brillnoether.lib chern.lib cimonom.lib GND.lib \
52        graal.lib hess.lib modwalk.lib rwalk.lib swalk.lib \
53        classifyMapGerms.lib tropicalNewton.lib
54
55PLIBS = bimodules.lib bfun.lib central.lib dmod.lib dmodapp.lib dmodvar.lib\
56        fpadim.lib \
57        freegb.lib gkdim.lib involut.lib ncalg.lib ncdecomp.lib \
58        ncfactor.lib ncpreim.lib nctools.lib perron.lib qmatrix.lib \
59        purityfiltration.lib nchomolog.lib ratgb.lib \
60        ncall.lib
61
62# contributed libs, status not yet decided
63SLIB2 = KVequiv.lib deflation.lib lejeune.lib ncHilb.lib \
64        mathml.lib maxlike.lib recover.lib redcgs.lib difform.lib
Note: See TracBrowser for help on using the repository browser.