Changeset 5a1141 in git


Ignore:
Timestamp:
Dec 22, 2000, 2:37:10 PM (22 years ago)
Author:
Gert-Martin Greuel <greuel@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
4ac99747f8f23db40f8b7dcb05fd07c448b76b0f
Parents:
8a87a6b98e5b111b6f0b8118be4369ea7ec4089e
Message:
* GMG: um alle Bibliotheken vervollstaendigt


git-svn-id: file:///usr/local/Singular/svn/trunk@4978 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/all.lib

    r8a87a6 r5a1141  
    1 // $Id: all.lib,v 1.30 2000-12-19 14:37:24 anne Exp $
     1// $Id: all.lib,v 1.31 2000-12-22 13:37:10 greuel Exp $
    22///////////////////////////////////////////////////////////////////////////////
    3 
    4 version="$Id: all.lib,v 1.30 2000-12-19 14:37:24 anne Exp $";
     3version="$Id: all.lib,v 1.31 2000-12-22 13:37:10 greuel Exp $";
    54category="General purpose";
    65info="
     
    87
    98General purpose
    10   general_lib::     procedures of general type
    11   inout_lib::       procedures for manipulating in- and output
    12   poly_lib::        procedures for manipulating polynomials and ideals
    13   random_lib::      procedures of random/sparse  matrix and poly operations
    14   ring_lib::        procedures for manipulating rings and maps
     9  general_lib:     ELEMENTARY COMPUTATIONS OF GENERAL TYPE
     10  inout_lib:       PRINTING AND MANIPULATING IN- AND OUTPUT
     11  poly_lib:        CREATING AND MANIPULATING POLYS, IDEALS, MODULES
     12  random_lib:      CREATING RANDOM AND SPARSE MATRICES, IDEALS, POLYS
     13  ring_lib:        MANIPULATING RINGS AND MAPS
    1514
    1615Linear algebra
    17   matrix_lib::      procedures for matrix operations
    18   jordan_lib::      procedures to compute the jordan normal form
    19   linalg_lib::      procedures for algorithmic linear algebra
     16  jordan_lib:      JORDAN NORMAL FORM OF A MATRIX WITH RATIONAL EIGENVALUES
     17  linalg_lib:      ALGORITHMIC LINEAR ALGEBRA
     18  matrix_lib:      ELEMENTARY MATRIX OPERATIONS
    2019
    2120Commutative algebra
    22   algebra_lib::     procedures for computing with algebras and maps
    23   elim_lib::        procedures for elimination, saturation and blowing up
    24   homolog_lib::     procedures for homological algebra
    25   mregular_lib::    procedures for Castelnuovo-Mumford regularity
    26   normal_lib::      procedure for normalization
    27   primdec_lib::     procedures for primary decomposition
    28   primitiv_lib::    procedures for finding a primitive element
    29   reesclos_lib::    Rees Algebra and integral closure of an ideal
    30   intprog_lib::     Integer Programming
    31   toric_lib::       toric ideals
     21  algebra_lib:     COMPUTE WITH ALGBRAS AND ALGEBRA MAPS
     22  elim_lib:        ELIMINATION, SATURATION AND BLOWING UP
     23  homolog_lib:     HOMOLOGICAL ALGEBRA AND CUP PRODUCT
     24  intprog_lib:     INTEGER PROGRAMMING WITH GROEBNER BASIS METHODS
     25  mregular_lib:    CASTELNUOVO-MUMFORD REGULARITY OF CM-SCHEMES AND CURVES
     26  normal_lib:      NORMALIZATION OF AN AFFINE RING
     27  primdec_lib:     PRIMARY DECOMPOSITION AND RADICAL OF IDEALS
     28  primitiv_lib:    COMPUTING A PRIMITIVE ELEMENT
     29  reesclos_lib:    REES ALGEBRA AND INTEGRAL CLOSURE OF IDEALS
     30  toric_lib:       STANDARD BASIS OF TORIC IDEALS
    3231
    3332Singularities
    34   classify_lib::    procedures for the Arnold-classifier of singularities
    35   deform_lib::      procedures for computing miniversal deformation
    36   equising_lib::    procedures for equisingularity strata
    37   gaussman_lib::    procedures for gauss-manin connection of a singularity
    38   hnoether_lib::    procedures for the Hamburger-Noether (Puiseux) development
    39   mondromy_lib::    procedures to compute the monodromy of a singularity
    40   sing_lib::        procedures for computing invariants of singularities
    41   spcurve_lib::     procedures for cm codimension 2 singularities
    42   spectrum_lib::    procedures for computing singularity spectra
     33  classify_lib:    ARNOLD CLASSIFIER OF SINGULARTIES
     34  deform_lib:      MINIVERSAL DEFORMATION OF SINGULARITIES AND MODULES
     35  equising_lib:    EQUISINGULARITY STRATUM OF A FAMILY OF PLANE CURVES
     36  gaussman_lib:    GAUSS-MANIN CONNECTION OF A HYPERSURFACE SINGULARITY
     37  hnoether_lib:    HAMBURGER-NOETHER (PUISEUX) DEVELOPMENT
     38  mondromy_lib:    MONODROMY OF AN ISOLATED HYPERSURFACE SINGULARITY
     39  qhmoduli.lib:    MODULI SPACES OF SEMI-QUASIHOMOGENEOUS SINGULARITIES
     40  sing_lib:        INVARIANTS OF SINGULARITIES
     41  spcurve_lib:     DEFORMATIONS AND INVARIANTS OF CM-CODIM 2 SINGULARITIES
     42  spectrum_lib:    SINGULARITY SPECTRA FOR NONDEGENERATE SINGULARITIES
    4343
    4444Invariant theory
    45   finvar_lib::      procedures to compute invariant rings of finite groups
    46   ainvar_lib::      procedures to compute invariants rings of the additive group
    47   rinvar_lib::      procedures to compute invariants ring of reductive groups
     45  ainvar_lib:      INVARIANTS RINGS OF THE ADDITIVE GROUP
     46  finvar_lib:      INVARIANT RINGS OF FINITE GROUPS
     47  rinvar_lib:      INVARIANT RINGS OF REDUCTIVE GROUPS
     48  stratify_lib:    ALGORITHMIC STRATIFICATION FOR UNIPOTENT GROUP-ACTIONS
    4849
    4950Symbolic-numerical solving
    50   presolve_lib::   procedures for pre-solving polynomial equations
    51   solve_lib::      procedures to solve polynomial systems
    52   triang_lib::     procedures for decomposing zero-dimensional ideals
    53   ntsolve_lib::    one real solution of polynomial systems (Newton iteration)
    54   zeroset_lib::    procedures for roots and factorization
     51  ntsolve_lib:     REAL NEWTON SOLVING OF POLYNOMIAL SYSTEMS
     52  presolve_lib:    PRE-SOLVING OF POLYNOMIAL EQUATIONS
     53  solve_lib:       COMPLEX SOLVING OF POLYNOMIAL SYSTEMS
     54  triang_lib:      DECOMPOSE ZERO-DIMENSIONAL IDEALS INTO TRIANGULAR SETS
     55  zeroset_lib:     procedures for roots and factorization
    5556
    5657Visualization
    57   graphics_lib::   procedures to draw  with Mathematica
    58   latex_lib::      procedures for typesetting in TeX
    59   surf_lib::       interface to the surf programm::
     58  graphics_lib:    PROCEDURES TO USE GRAPHICS WITH MATHEMATICA
     59  latex_lib:       TYPESETTING OF SINGULAR-OBJECTS IN LATEX2E
     60  paramet_lib:     PARAMETRIZATION OF VARIETIES
     61  surf_lib:        PROCEDURES FOR GRAPHICS WITH SURF
    6062
    6163Coding theory
    62   brnoeth_lib::    Brill-Noether algorithm, Weierstrass semigroups and AG codes
     64  brnoeth_lib:     BRILL-NOETHER ALGORITHM, WEIERSTRASS-SG AND AG-CODES
     65
     66Miscellaneous
     67  makedbm_lib:     DATA BASE OF SINGULARITIES FOR THE ARNOLD-CLASSIFIER
     68  template_lib:    A TEMPLATE FOR A SINGULAR LIBRARY
     69
     70Utilities
     71  tst_lib:         PROCEDURES FOR RUNNING AUTOMATIC TST TESTS
    6372";
    6473
     
    93102LIB "hnoether.lib";
    94103LIB "mondromy.lib";
     104LIB "qhmoduli.lib";
    95105LIB "sing.lib";
    96106LIB "spcurve.lib";
    97107LIB "spectrum.lib";
    98108//Invariant theory
     109LIB "ainvar.lib";
    99110LIB "finvar.lib";
    100 LIB "ainvar.lib";
    101111LIB "rinvar.lib";
     112LIB "stratify.lib";
    102113//Symbolic-numerical solving
    103114LIB "presolve.lib";
     
    110121LIB "latex.lib";
    111122LIB "surf.lib";
     123LIB "paramet.lib";
    112124//Coding theory
    113125LIB "brnoeth.lib";
     126//Miscellaneous
     127LIB "makedbm.lib";
     128LIB "template.lib";
     129//Utilities
     130LIB "tst.lib";
    114131
    115 
Note: See TracChangeset for help on using the changeset viewer.