1 | // $Id: all.lib,v 1.42 2005-05-04 13:18:14 Singular Exp $ |
---|
2 | /////////////////////////////////////////////////////////////////////////////// |
---|
3 | version="$Id: all.lib,v 1.42 2005-05-04 13:18:14 Singular Exp $"; |
---|
4 | category = "General purpose"; |
---|
5 | info=" |
---|
6 | LIBRARY: all.lib Load all libraries |
---|
7 | |
---|
8 | @format |
---|
9 | General purpose |
---|
10 | general_lib: Elementary Computations of General Type |
---|
11 | inout_lib: Printing and Manipulating In- and Output |
---|
12 | poly_lib: Procedures for Manipulating Polys, Ideals, Modules |
---|
13 | random_lib: Creating Random and Sparse Matrices, Ideals, Polys |
---|
14 | ring_lib: Manipulating Rings and Maps |
---|
15 | |
---|
16 | Linear algebra |
---|
17 | linalg_lib: Algorithmic Linear Algebra |
---|
18 | matrix_lib: Elementary Matrix Operations |
---|
19 | |
---|
20 | Commutative algebra |
---|
21 | algebra_lib: Compute with Algbras and Algebra Maps |
---|
22 | elim_lib: Elimination, Saturation and Blowing up |
---|
23 | homolog_lib: Procedures for Homological Algebra |
---|
24 | intprog_lib: Integer Programming with Groebner Basis Methods |
---|
25 | mprimdec_lib: Primary Decomposition of Modules |
---|
26 | mregular_lib: Castelnuovo-Mumford Regularity of CM-Schemes and Curves |
---|
27 | normal_lib: Normalization of Affine Rings |
---|
28 | primdec_lib: Primary Decomposition and Radical of Ideals |
---|
29 | primitiv_lib: Computing a Primitive Element |
---|
30 | reesclos_lib: Rees Algebra and Integral Closure of Ideals |
---|
31 | toric_lib: Standard Basis of Toric Ideals |
---|
32 | groebnerwal_lib: Groebner walk and Fraktal Walk |
---|
33 | |
---|
34 | Singularities |
---|
35 | alexpoly.lib: Resolution Graph and Alexander Polynomial |
---|
36 | classify_lib: Arnold Classifier of Singularities |
---|
37 | deform_lib: Miniversal Deformation of Singularities and Modules |
---|
38 | equising_lib: Equisingularity Stratum of a Family of Plane Curves |
---|
39 | gmssing.lib: Gauss-Manin System of Isolated Singularities |
---|
40 | gmspoly.lib: Gauss-Manin System of Tame Polynomials |
---|
41 | hnoether_lib: Hamburger-Noether (Puiseux) Development |
---|
42 | mondromy_lib: Monodromy of an Isolated Hypersurface Singularity |
---|
43 | qhmoduli.lib: Moduli Spaces of Semi-Quasihomogeneous Singularities |
---|
44 | sing_lib: Invariants of Singularities |
---|
45 | spcurve_lib: Deformations and Invariants of CM-codim 2 Singularities |
---|
46 | spectrum_lib: Singularity Spectrum for Nondegenerate Singularities |
---|
47 | |
---|
48 | Invariant theory |
---|
49 | ainvar_lib: Invariant Rings of the Additive Group |
---|
50 | finvar_lib: Invariant Rings of Finite Groups |
---|
51 | rinvar_lib: Invariant Rings of Reductive Groups |
---|
52 | stratify_lib: Algorithmic Stratification for Unipotent Group-Actions |
---|
53 | |
---|
54 | Symbolic-numerical solving |
---|
55 | ntsolve_lib: Real Newton Solving of Polynomial Systems |
---|
56 | presolve_lib: Pre-Solving of Polynomial Equations |
---|
57 | signcond_lib: Computing realizable sign conditions |
---|
58 | solve_lib: Complex Solving of Polynomial Systems |
---|
59 | triang_lib: Decompose Zero-dimensional Ideals into Triangular Sets |
---|
60 | urrcount_lib: Counting number of real roots of univariate polynomial |
---|
61 | zeroset_lib: Procedures For Roots and Factorization |
---|
62 | |
---|
63 | Visualization |
---|
64 | graphics_lib: Procedures to use Graphics with Mathematica |
---|
65 | latex_lib: Typesetting of Singular-Objects in LaTex2e |
---|
66 | surf_lib: Procedures for Graphics with Surf |
---|
67 | |
---|
68 | Coding theory |
---|
69 | brnoeth_lib: Brill-Noether Algorithm, Weierstrass-SG and AG-codes |
---|
70 | |
---|
71 | Miscellaneous |
---|
72 | makedbm_lib: Data Base of Singularities for the Arnold-Classifier |
---|
73 | |
---|
74 | @end format |
---|
75 | "; |
---|
76 | |
---|
77 | /////////////////////////////////////////////////////////////////////////////// |
---|
78 | |
---|
79 | //General purpose |
---|
80 | LIB "general.lib"; |
---|
81 | LIB "inout.lib"; |
---|
82 | LIB "poly.lib"; |
---|
83 | LIB "random.lib"; |
---|
84 | LIB "ring.lib"; |
---|
85 | //Linear algebra |
---|
86 | LIB "matrix.lib"; |
---|
87 | LIB "linalg.lib"; |
---|
88 | //Commutative algebra |
---|
89 | LIB "algebra.lib"; |
---|
90 | LIB "elim.lib"; |
---|
91 | LIB "homolog.lib"; |
---|
92 | LIB "mprimdec.lib"; |
---|
93 | LIB "mregular.lib"; |
---|
94 | LIB "normal.lib"; |
---|
95 | LIB "primdec.lib"; |
---|
96 | LIB "primitiv.lib"; |
---|
97 | LIB "reesclos.lib"; |
---|
98 | LIB "intprog.lib"; |
---|
99 | LIB "toric.lib"; |
---|
100 | LIB "groebnerwalk.lib"; |
---|
101 | //Singularities |
---|
102 | LIB "alexpoly.lib"; |
---|
103 | LIB "classify.lib"; |
---|
104 | LIB "deform.lib"; |
---|
105 | LIB "equising.lib"; |
---|
106 | LIB "gmssing.lib"; |
---|
107 | LIB "gmspoly.lib"; |
---|
108 | LIB "hnoether.lib"; |
---|
109 | LIB "mondromy.lib"; |
---|
110 | LIB "qhmoduli.lib"; |
---|
111 | LIB "sing.lib"; |
---|
112 | LIB "spcurve.lib"; |
---|
113 | LIB "spectrum.lib"; |
---|
114 | //Invariant theory |
---|
115 | LIB "ainvar.lib"; |
---|
116 | LIB "finvar.lib"; |
---|
117 | LIB "rinvar.lib"; |
---|
118 | LIB "stratify.lib"; |
---|
119 | //Symbolic-numerical solving |
---|
120 | LIB "presolve.lib"; |
---|
121 | LIB "solve.lib"; |
---|
122 | LIB "signcond.lib"; |
---|
123 | LIB "triang.lib"; |
---|
124 | LIB "urrcount.lib"; |
---|
125 | LIB "ntsolve.lib"; |
---|
126 | LIB "zeroset.lib"; |
---|
127 | //Visualization |
---|
128 | LIB "graphics.lib"; |
---|
129 | LIB "latex.lib"; |
---|
130 | LIB "surf.lib"; |
---|
131 | //Coding theory |
---|
132 | LIB "brnoeth.lib"; |
---|
133 | //Miscellaneous |
---|
134 | LIB "makedbm.lib"; |
---|