Changeset 4cfbb0 in git
- Timestamp:
- Jun 7, 2005, 1:28:32 PM (18 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- c1bedff61355a5ea1d2f87289cb62704d1cc7de9
- Parents:
- 1992ae09fe5b6131c31c54b22c57a436c72fe412
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/all.lib
r1992ae r4cfbb0 1 // $Id: all.lib,v 1.4 6 2005-06-06 11:26:46Singular Exp $1 // $Id: all.lib,v 1.47 2005-06-07 11:28:19 Singular Exp $ 2 2 /////////////////////////////////////////////////////////////////////////////// 3 version="$Id: all.lib,v 1.4 6 2005-06-06 11:26:46Singular Exp $";3 version="$Id: all.lib,v 1.47 2005-06-07 11:28:19 Singular Exp $"; 4 4 category = "General purpose"; 5 5 info=" … … 31 31 primitiv_lib: Computing a Primitive Element 32 32 reesclos_lib: Rees Algebra and Integral Closure of Ideals 33 resol _lib:Resolution of Singularities33 resolve_lib: Resolution of Singularities 34 34 toric_lib: Standard Basis of Toric Ideals 35 35 zeta_lib: Applications of Resolution of Singularities … … 110 110 LIB "primitiv.lib"; 111 111 LIB "reesclos.lib"; 112 LIB "resol .lib";112 LIB "resolve.lib"; 113 113 LIB "zeta.lib"; 114 114 LIB "intprog.lib"; -
Singular/LIB/resolve.lib
r1992ae r4cfbb0 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="$Id: resolve.lib,v 1. 4 2005-05-10 17:56:15Singular Exp $";2 version="$Id: resolve.lib,v 1.5 2005-06-07 11:28:19 Singular Exp $"; 3 3 category="Commutative Algebra"; 4 4 info=" 5 LIBRARY: resol .lib Resolution of singularities (Desingularization)6 Algorithm of Villamayor5 LIBRARY: resolve.lib Resolution of singularities (Desingularization) 6 Algorithm of Villamayor 7 7 AUTHORS: A. Fruehbis-Krueger, anne@mathematik.uni-kl.de, 8 8 @* G. Pfister, pfister@mathematik.uni-kl.de -
Singular/LIB/reszeta.lib
r1992ae r4cfbb0 1 1 ////////////////////////////////////////////////////////////////////////////// 2 version="$Id: reszeta.lib,v 1. 5 2005-05-23 18:35:58 anneExp $";2 version="$Id: reszeta.lib,v 1.6 2005-06-07 11:28:20 Singular Exp $"; 3 3 category="Commutative Algebra"; 4 4 info=" … … 24 24 abstractR(L) pass from embedded to non-embedded resolution 25 25 "; 26 LIB "resol .lib";26 LIB "resolve.lib"; 27 27 LIB "solve.lib"; 28 28 LIB "normal.lib";
Note: See TracChangeset
for help on using the changeset viewer.