Changeset 2c0350 in git
- Timestamp:
- Jan 7, 2009, 5:14:13 PM (14 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- e9f8415e5219b966ddd67786b0fdd3da19c97aa5
- Parents:
- 22363683fdec564addb5e0a23a80e699227b0e5a
- Location:
- Singular/LIB
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/bfct.lib
r223636 r2c0350 1 1 ////////////////////////////////////////////////////////////////////////////// 2 version="$Id: bfct.lib,v 1. 8 2008-12-23 21:39:31 levandovExp $";2 version="$Id: bfct.lib,v 1.9 2009-01-07 16:11:35 Singular Exp $"; 3 3 category="Noncommutative"; 4 4 info=" -
Singular/LIB/discretize.lib
r223636 r2c0350 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="$Id: discretize.lib,v 1. 3 2008-08-07 18:29:40 levandovExp $";2 version="$Id: discretize.lib,v 1.4 2009-01-07 16:11:35 Singular Exp $"; 3 3 category="Applications"; 4 4 info=" -
Singular/LIB/dmodapp.lib
r223636 r2c0350 1 1 ////////////////////////////////////////////////////////////////////////////// 2 version="$Id: dmodapp.lib,v 1.1 3 2008-12-23 21:39:31 levandovExp $";2 version="$Id: dmodapp.lib,v 1.14 2009-01-07 16:11:35 Singular Exp $"; 3 3 category="Noncommutative"; 4 4 info=" -
Singular/LIB/findifs.lib
r223636 r2c0350 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="$Id: findifs.lib,v 1. 2 2008-12-03 17:40:23 motsakExp $";2 version="$Id: findifs.lib,v 1.3 2009-01-07 16:11:35 Singular Exp $"; 3 3 category="Applications"; 4 4 info=" -
Singular/LIB/finvar.lib
r223636 r2c0350 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="$Id: finvar.lib,v 1. 79 2008-11-13 10:50:17Singular Exp $"2 version="$Id: finvar.lib,v 1.80 2009-01-07 16:11:36 Singular Exp $" 3 3 category="Invariant theory"; 4 4 info=" … … 6856 6856 int Max = vdim(sP); 6857 6857 if (Max<0) 6858 { "ERROR: The first parameter ought to be a matrix of primary invariants."; 6859 return(); 6858 { ERROR("The first parameter ought to be a matrix of primary invariants."); 6860 6859 } 6861 6860 ideal sIS = sP; // sIS will be a Groebner basis up to degree d of P+irred. sec. inv. -
Singular/LIB/jacobson.lib
r223636 r2c0350 1 1 ////////////////////////////////////////////////////////////////////////////// 2 version="$Id: jacobson.lib,v 1. 6 2008-12-22 21:45:09 levandovExp $";2 version="$Id: jacobson.lib,v 1.7 2009-01-07 16:11:37 Singular Exp $"; 3 3 category="System and Control Theory"; 4 4 info="
Note: See TracChangeset
for help on using the changeset viewer.