Changeset 6a4509c in git
- Timestamp:
- Aug 13, 2009, 7:45:06 PM (14 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 24dc50af449184498ea9b270a1a08b0aae1a364d
- Parents:
- 9982049206177d5d457bb80b2e6d8f659df88c50
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/standard.lib
r9982049 r6a4509c 5 5 //### Todo: im lokalen Fall die Hilbert-Samuel Funktion verwenden 6 6 ////////////////////////////////////////////////////////////////////////////// 7 version="$Id: standard.lib,v 1.1 09 2009-04-15 11:15:56 seelischExp $";7 version="$Id: standard.lib,v 1.110 2009-08-13 17:45:06 motsak Exp $"; 8 8 category="Miscellaneous"; 9 9 info=" … … 1378 1378 } 1379 1379 1380 if( size(ideal(basering)) > 0)1380 if( (size(ideal(basering)) > 0) || (size(ringlist(P)) > 4) ) 1381 1381 { 1382 1382 // the quick hack for qrings - seems to fit most needs 1383 1383 // (lres is not implemented for qrings, sres is not so efficient) 1384 // || non-commutative, since only n/m-res are implemented for NC rings 1384 1385 if (p_opt) { "using nres";} 1385 1386 return(nres(m,i));
Note: See TracChangeset
for help on using the changeset viewer.