Changeset 6a4509c in git


Ignore:
Timestamp:
Aug 13, 2009, 7:45:06 PM (14 years ago)
Author:
Motsak Oleksandr <motsak@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
24dc50af449184498ea9b270a1a08b0aae1a364d
Parents:
9982049206177d5d457bb80b2e6d8f659df88c50
Message:
*motsak: no s/l-res for noncommutative algebras yet


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/standard.lib

    r9982049 r6a4509c  
    55//### Todo: im lokalen Fall die Hilbert-Samuel Funktion verwenden
    66//////////////////////////////////////////////////////////////////////////////
    7 version="$Id: standard.lib,v 1.109 2009-04-15 11:15:56 seelisch Exp $";
     7version="$Id: standard.lib,v 1.110 2009-08-13 17:45:06 motsak Exp $";
    88category="Miscellaneous";
    99info="
     
    13781378   }
    13791379
    1380    if(size(ideal(basering)) > 0)
     1380   if( (size(ideal(basering)) > 0) || (size(ringlist(P)) > 4) )
    13811381   {
    13821382     // the quick hack for qrings - seems to fit most needs
    13831383     // (lres is not implemented for qrings, sres is not so efficient)
     1384     // || non-commutative, since only n/m-res are implemented for NC rings
    13841385     if (p_opt) { "using nres";}
    13851386     return(nres(m,i));
Note: See TracChangeset for help on using the changeset viewer.