Changeset 8ac0543 in git for Singular/LIB/modstd.lib


Ignore:
Timestamp:
Aug 2, 2018, 2:27:55 PM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
7a95621c380fff26f2ca585400eca9f536b433b4
Parents:
db225ac55520f17fb101df0e913c6c2cbba29552
Message:
fix: tr.#835 (modstd for modules over rings with parameters)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/modstd.lib

    rdb225a r8ac0543  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="version modstd.lib 4.1.1.0 Dec_2017 "; // $Id$
     2version="version modstd.lib 4.1.1.3 Aug_2018 "; // $Id$
    33category="Commutative Algebra";
    44info="
    5 LIBRARY:  modstd.lib      Groebner bases of ideals using modular methods
     5LIBRARY:  modstd.lib      Groebner bases of ideals/modules using modular methods
    66
    77AUTHORS:  A. Hashemi      Amir.Hashemi@lip6.fr
     
    1212
    1313OVERVIEW:
    14   A library for computing Groebner bases of ideals in the polynomial ring over
    15   the rational numbers using modular methods.
     14  A library for computing Groebner bases of ideals/modules in the polynomial ring
     15  over the rational numbers using modular methods.
    1616
    1717REFERENCES:
     
    175175
    176176/* compute a normalized GB via groebner() */
    177 static proc groebner_norm(ideal I)
     177static proc groebner_norm(def I)
    178178{
    179179    I = simplify(groebner(I), 1);
Note: See TracChangeset for help on using the changeset viewer.