Changeset 6e11a25 in git for Singular/LIB/standard.lib


Ignore:
Timestamp:
Jun 1, 2007, 3:17:23 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
304e26adb34841311a960e089539b6dd25ad8e39
Parents:
c38460ee96f9258850df506925c65ed76203a2c0
Message:
*hannes: groebner for non-commutative rings ->std/slimgb


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/standard.lib

    rc38460 r6e11a25  
    33//groebner mit Optionen versehen
    44//////////////////////////////////////////////////////////////////////////////
    5 version="$Id: standard.lib,v 1.92 2007-05-04 07:59:31 Singular Exp $";
     5version="$Id: standard.lib,v 1.93 2007-06-01 13:17:23 Singular Exp $";
    66category="Miscellaneous";
    77info="
     
    777777//   - Char p: std
    778778//   - Char = 0: slimgb (im qring wird Quotientenideal zum Input addiert)
    779 //   - 1-Block-Ordnungen: direkt Aufruf von std oder slimgb
     779//   - 1-Block-Ordnungen/non-commutative: direkt Aufruf von std oder slimgb
    780780//   - Komplizierte Ordnungen (lp oder > 1 Block): hilb
    781781//   - Parameter werden grundsaetzlich nicht in Variable umgewandelt
    782782//   ? alternativ: more than 1 parameter will be converted to ring variable ?
    783 //   - fglm is keine Heruristik, da sonst vorher dim==0 peprueft werden muss
     783//   - fglm is keine Heuristik, da sonst vorher dim==0 peprueft werden muss
    784784
    785785//2. Vorgabe aus {std,slimgb}: es wird wo immer moeglich das angegebene
     
    10091009
    10101010  //define direct:
    1011   if ( (order=="simple" && (size(method)==0 )) ||
     1011  if ( (order=="simple" && (size(method)==0)) ||
     1012       (size(BRlist)>4) ||
    10121013        (order=="simple" && (method==",par2var" && npars_P==0 )) ||
    10131014         (conversion=="no" && partovar=="no" &&
Note: See TracChangeset for help on using the changeset viewer.