forked from Singular/Singular
-
Notifications
You must be signed in to change notification settings - Fork 0
Sw tree
malex984 edited this page Jan 30, 2013
·
1 revision
<root>
├── bin
│ ├── change_cost
│ ├── ESingular
│ ├── gen_test
│ ├── libpolys-config
│ ├── libsingular-config
│ ├── LLL
│ ├── MOD
│ │ ├── bigintm_g.la
│ │ ├── bigintm_g.so -> bigintm_g.so.0.0.0
│ │ ├── bigintm_g.so.0 -> bigintm_g.so.0.0.0
│ │ ├── bigintm_g.so.0.0.0
│ │ ├── bigintm.la
│ │ ├── bigintm.so -> bigintm.so.0.0.0
│ │ ├── bigintm.so.0 -> bigintm.so.0.0.0
│ │ ├── bigintm.so.0.0.0
│ │ ├── syzextra_g.la
│ │ ├── syzextra_g.so -> syzextra_g.so.0.0.0
│ │ ├── syzextra_g.so.0 -> syzextra_g.so.0.0.0
│ │ ├── syzextra_g.so.0.0.0
│ │ ├── syzextra.la
│ │ ├── syzextra.so -> syzextra.so.0.0.0
│ │ ├── syzextra.so.0 -> syzextra.so.0.0.0
│ │ └── syzextra.so.0.0.0
│ ├── p_Procs_FieldGeneral_g.la
│ ├── p_Procs_FieldGeneral_g.so -> p_Procs_FieldGeneral_g.so.0.0.0
│ ├── p_Procs_FieldGeneral_g.so.0 -> p_Procs_FieldGeneral_g.so.0.0.0
│ ├── p_Procs_FieldGeneral_g.so.0.0.0
│ ├── p_Procs_FieldGeneral.la
│ ├── p_Procs_FieldGeneral.so -> p_Procs_FieldGeneral.so.0.0.0
│ ├── p_Procs_FieldGeneral.so.0 -> p_Procs_FieldGeneral.so.0.0.0
│ ├── p_Procs_FieldGeneral.so.0.0.0
│ ├── p_Procs_FieldIndep_g.la
│ ├── p_Procs_FieldIndep_g.so -> p_Procs_FieldIndep_g.so.0.0.0
│ ├── p_Procs_FieldIndep_g.so.0 -> p_Procs_FieldIndep_g.so.0.0.0
│ ├── p_Procs_FieldIndep_g.so.0.0.0
│ ├── p_Procs_FieldIndep.la
│ ├── p_Procs_FieldIndep.so -> p_Procs_FieldIndep.so.0.0.0
│ ├── p_Procs_FieldIndep.so.0 -> p_Procs_FieldIndep.so.0.0.0
│ ├── p_Procs_FieldIndep.so.0.0.0
│ ├── p_Procs_FieldQ_g.la
│ ├── p_Procs_FieldQ_g.so -> p_Procs_FieldQ_g.so.0.0.0
│ ├── p_Procs_FieldQ_g.so.0 -> p_Procs_FieldQ_g.so.0.0.0
│ ├── p_Procs_FieldQ_g.so.0.0.0
│ ├── p_Procs_FieldQ.la
│ ├── p_Procs_FieldQ.so -> p_Procs_FieldQ.so.0.0.0
│ ├── p_Procs_FieldQ.so.0 -> p_Procs_FieldQ.so.0.0.0
│ ├── p_Procs_FieldQ.so.0.0.0
│ ├── p_Procs_FieldZp_g.la
│ ├── p_Procs_FieldZp_g.so -> p_Procs_FieldZp_g.so.0.0.0
│ ├── p_Procs_FieldZp_g.so.0 -> p_Procs_FieldZp_g.so.0.0.0
│ ├── p_Procs_FieldZp_g.so.0.0.0
│ ├── p_Procs_FieldZp.la
│ ├── p_Procs_FieldZp.so -> p_Procs_FieldZp.so.0.0.0
│ ├── p_Procs_FieldZp.so.0 -> p_Procs_FieldZp.so.0.0.0
│ ├── p_Procs_FieldZp.so.0.0.0
│ ├── Singular
│ ├── Singularg
│ ├── solve_IP
│ ├── toric_ideal
│ └── TSingular
├── include
│ ├── factory
│ │ ├── cf_gmp.h
│ │ ├── cplusplus.h
│ │ ├── factoryconf.h
│ │ ├── factory.h
│ │ ├── libfac
│ │ │ └── libfac.h
│ │ └── templates
│ │ ├── ftmpl_array.h
│ │ ├── ftmpl_factor.h
│ │ ├── ftmpl_list.h
│ │ └── ftmpl_matrix.h
│ ├── findexec
│ │ ├── feFopen.h
│ │ ├── feResource.h
│ │ └── omFindExec.h
│ ├── omalloc
│ │ ├── mylimits.h
│ │ ├── omAllocDecl.h
│ │ ├── omAllocFunc.h
│ │ ├── omalloc.h
│ │ ├── omAllocPrivate.h
│ │ ├── omAllocSystem.h
│ │ ├── omBin.h
│ │ ├── omBinPage.h
│ │ ├── omConfig.h
│ │ ├── omDebug.h
│ │ ├── omDerivedConfig.h
│ │ ├── omError.h
│ │ ├── omGetBackTrace.h
│ │ ├── omInlineDecl.h
│ │ ├── omInline.h
│ │ ├── omList.h
│ │ ├── omMemOps.h
│ │ ├── omOpts.h
│ │ ├── omRet2Info.h
│ │ ├── omStats.h
│ │ ├── omStructs.h
│ │ └── omTables.h
│ └── singular
│ ├── coeffs
│ │ ├── bigintmat.h
│ │ ├── coeffs.h
│ │ ├── Enumerator.h
│ │ ├── ffields.h
│ │ ├── gnumpc.h
│ │ ├── gnumpfl.h
│ │ ├── longrat.h
│ │ ├── modulop.h
│ │ ├── mpr_complex.h
│ │ ├── mpr_global.h
│ │ ├── numbers.h
│ │ ├── rintegers.h
│ │ ├── rmodulo2m.h
│ │ ├── rmodulon.h
│ │ ├── shortfl.h
│ │ └── si_gmp.h
│ ├── kernel
│ │ ├── bbcone.h
│ │ ├── bbfan.h
│ │ ├── digitech.h
│ │ ├── eigenval.h
│ │ ├── f5c.h
│ │ ├── f5data.h
│ │ ├── f5gb.h
│ │ ├── f5lists.h
│ │ ├── fast_maps.h
│ │ ├── fast_mult.h
│ │ ├── febase.h
│ │ ├── fglmgauss.h
│ │ ├── fglm.h
│ │ ├── fglmvec.h
│ │ ├── gfan.h
│ │ ├── GMPrat.h
│ │ ├── hutil.h
│ │ ├── ideals.h
│ │ ├── khstd.h
│ │ ├── kInline.h
│ │ ├── kmatrix.h
│ │ ├── kstd1.h
│ │ ├── kstdfac.h
│ │ ├── kutil.h
│ │ ├── linearAlgebra.h
│ │ ├── longrat.h
│ │ ├── mod2.h
│ │ ├── modulop.h
│ │ ├── multicnt.h
│ │ ├── nc.h
│ │ ├── npolygon.h
│ │ ├── polys.h
│ │ ├── preimage.h
│ │ ├── ratgring.h
│ │ ├── ringgb.h
│ │ ├── semic.h
│ │ ├── shiftgb.h
│ │ ├── spectrum.h
│ │ ├── splist.h
│ │ ├── stairc.h
│ │ ├── structs.h
│ │ ├── syz.h
│ │ ├── tgbgauss.h
│ │ ├── tgb.h
│ │ ├── tgb_internal.h
│ │ ├── timer.h
│ │ ├── units.h
│ │ ├── walkMain.h
│ │ ├── walkProc.h
│ │ └── walkSupport.h
│ ├── misc
│ │ ├── auxiliary.h
│ │ ├── int64vec.h
│ │ ├── intvec.h
│ │ ├── mylimits.h
│ │ └── options.h
│ ├── numeric
│ │ ├── mpr_base.h
│ │ ├── mpr_inout.h
│ │ └── mpr_numeric.h
│ ├── polys
│ │ ├── clapconv.h
│ │ ├── clapsing.h
│ │ ├── coeffrings.h
│ │ ├── ext_fields
│ │ │ ├── algext.h
│ │ │ └── transext.h
│ │ ├── kbuckets.h
│ │ ├── matpol.h
│ │ ├── mod_raw.h
│ │ ├── monomials
│ │ │ ├── maps.h
│ │ │ ├── monomials.h
│ │ │ ├── p_polys.h
│ │ │ └── ring.h
│ │ ├── nc
│ │ │ ├── gb_hack.h
│ │ │ ├── nc.h
│ │ │ ├── ncSACache.h
│ │ │ ├── ncSAFormula.h
│ │ │ ├── ncSAMult.h
│ │ │ ├── sca.h
│ │ │ └── summator.h
│ │ ├── operations
│ │ │ └── pShallowCopyDelete.h
│ │ ├── PolyEnumerator.h
│ │ ├── prCopy.h
│ │ ├── sbuckets.h
│ │ ├── simpleideals.h
│ │ ├── sparsmat.h
│ │ ├── templates
│ │ │ ├── p_MemAdd.h
│ │ │ ├── p_MemCmp.h
│ │ │ └── p_Procs.h
│ │ └── weight.h
│ ├── reporter
│ │ └── reporter.h
│ └── Singular
│ ├── attrib.h
│ ├── bigintm.h
│ ├── blackbox.h
│ ├── Cache.h
│ ├── CacheImplementation.h
│ ├── cntrlc.h
│ ├── countedref.h
│ ├── distrib.h
│ ├── eigenval_ip.h
│ ├── fehelp.h
│ ├── feOpt.h
│ ├── feOptTab.h
│ ├── fglm.h
│ ├── gms.h
│ ├── grammar.h
│ ├── idrec.h
│ ├── interpolation.h
│ ├── ipconv.h
│ ├── ipid.h
│ ├── ipprint.h
│ ├── ipshell.h
│ ├── janet.h
│ ├── libparse.h
│ ├── libsingular.h
│ ├── linearAlgebra_ip.h
│ ├── links
│ │ ├── dbm_sl.h
│ │ ├── ndbm.h
│ │ ├── pipeLink.h
│ │ ├── s_buff.h
│ │ ├── sing_dbm.h
│ │ └── ssiLink.h
│ ├── lists.h
│ ├── locals.h
│ ├── maps_ip.h
│ ├── Minor.h
│ ├── MinorInterface.h
│ ├── MinorProcessor.h
│ ├── minpoly.h
│ ├── misc_ip.h
│ ├── mmalloc.h
│ ├── newstruct.h
│ ├── omSingularConfig.h
│ ├── pcv.h
│ ├── pyobject_setup.h
│ ├── run.h
│ ├── sdb.h
│ ├── silink.h
│ ├── sing_win.h
│ ├── slInit.h
│ ├── stype.h
│ ├── subexpr.h
│ ├── table.h
│ ├── tok.h
│ └── walk.h
├── lib
│ ├── libfactory-3.1.3.so
│ ├── libfactory.a
│ ├── libfactory_g-3.1.3.so
│ ├── libfactory_g.a
│ ├── libfactory_g.la
│ ├── libfactory_g.so -> libfactory_g-3.1.3.so
│ ├── libfactory.la
│ ├── libfactory.so -> libfactory-3.1.3.so
│ ├── libfindexec.a
│ ├── libfindexec_g.a
│ ├── libfindexec_g.la
│ ├── libfindexec_g.so -> libfindexec_g.so.0.0.0
│ ├── libfindexec_g.so.0 -> libfindexec_g.so.0.0.0
│ ├── libfindexec_g.so.0.0.0
│ ├── libfindexec.la
│ ├── libfindexec.so -> libfindexec.so.0.0.0
│ ├── libfindexec.so.0 -> libfindexec.so.0.0.0
│ ├── libfindexec.so.0.0.0
│ ├── libomalloc.a
│ ├── libomalloc_g.a
│ ├── libomalloc_g.la
│ ├── libomalloc_g.so -> libomalloc_g.so.0.0.0
│ ├── libomalloc_g.so.0 -> libomalloc_g.so.0.0.0
│ ├── libomalloc_g.so.0.0.0
│ ├── libomalloc.la
│ ├── libomalloc.so -> libomalloc.so.0.0.0
│ ├── libomalloc.so.0 -> libomalloc.so.0.0.0
│ ├── libomalloc.so.0.0.0
│ └── singular
│ ├── libcoeffs.a
│ ├── libcoeffs_g.a
│ ├── libcoeffs_g.la
│ ├── libcoeffs_g.so -> libcoeffs_g.so.0.0.0
│ ├── libcoeffs_g.so.0 -> libcoeffs_g.so.0.0.0
│ ├── libcoeffs_g.so.0.0.0
│ ├── libcoeffs.la
│ ├── libcoeffs.so -> libcoeffs.so.0.0.0
│ ├── libcoeffs.so.0 -> libcoeffs.so.0.0.0
│ ├── libcoeffs.so.0.0.0
│ ├── libkernel.a
│ ├── libkernel_g.a
│ ├── libkernel_g.la
│ ├── libkernel_g.so -> libkernel_g.so.0.0.0
│ ├── libkernel_g.so.0 -> libkernel_g.so.0.0.0
│ ├── libkernel_g.so.0.0.0
│ ├── libkernel.la
│ ├── libkernel.so -> libkernel.so.0.0.0
│ ├── libkernel.so.0 -> libkernel.so.0.0.0
│ ├── libkernel.so.0.0.0
│ ├── libmisc.a
│ ├── libmisc_g.a
│ ├── libmisc_g.la
│ ├── libmisc_g.so -> libmisc_g.so.0.0.0
│ ├── libmisc_g.so.0 -> libmisc_g.so.0.0.0
│ ├── libmisc_g.so.0.0.0
│ ├── libmisc.la
│ ├── libmisc.so -> libmisc.so.0.0.0
│ ├── libmisc.so.0 -> libmisc.so.0.0.0
│ ├── libmisc.so.0.0.0
│ ├── libnumeric.a
│ ├── libnumeric_g.a
│ ├── libnumeric_g.la
│ ├── libnumeric_g.so -> libnumeric_g.so.0.0.0
│ ├── libnumeric_g.so.0 -> libnumeric_g.so.0.0.0
│ ├── libnumeric_g.so.0.0.0
│ ├── libnumeric.la
│ ├── libnumeric.so -> libnumeric.so.0.0.0
│ ├── libnumeric.so.0 -> libnumeric.so.0.0.0
│ ├── libnumeric.so.0.0.0
│ ├── libpolys.a
│ ├── libpolys_g.a
│ ├── libpolys_g.la
│ ├── libpolys_g.so -> libpolys_g.so.0.0.0
│ ├── libpolys_g.so.0 -> libpolys_g.so.0.0.0
│ ├── libpolys_g.so.0.0.0
│ ├── libpolys.la
│ ├── libpolys.so -> libpolys.so.0.0.0
│ ├── libpolys.so.0 -> libpolys.so.0.0.0
│ ├── libpolys.so.0.0.0
│ ├── libreporter.a
│ ├── libreporter_g.a
│ ├── libreporter_g.la
│ ├── libreporter_g.so -> libreporter_g.so.0.0.0
│ ├── libreporter_g.so.0 -> libreporter_g.so.0.0.0
│ ├── libreporter_g.so.0.0.0
│ ├── libreporter.la
│ ├── libreporter.so -> libreporter.so.0.0.0
│ ├── libreporter.so.0 -> libreporter.so.0.0.0
│ ├── libreporter.so.0.0.0
│ ├── libSingular.a
│ ├── libSingular_g.a
│ ├── libSingular_g.la
│ ├── libSingular_g.so -> libSingular_g.so.0.0.0
│ ├── libSingular_g.so.0 -> libSingular_g.so.0.0.0
│ ├── libSingular_g.so.0.0.0
│ ├── libSingular.la
│ ├── libSingular.so -> libSingular.so.0.0.0
│ ├── libSingular.so.0 -> libSingular.so.0.0.0
│ └── libSingular.so.0.0.0
└── share
├── emacs
│ ├── BUGS
│ ├── ChangeLog
│ ├── cmpl.pl
│ ├── COPYING
│ ├── ESingular.emacs21
│ ├── lib.pl
│ ├── Makefile.in
│ ├── NEWS
│ ├── singular.el
│ ├── singular.el.decl
│ └── singular.xpm
├── gftables
│ ├── 10201
│ ├── ...
│ └── 961
└── singular
└── LIB
├── absfact.lib
├── ........lib
└── zeroset.lib