Changeset a2239c in git


Ignore:
Timestamp:
Dec 4, 2014, 5:46:36 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
da4424e84b1c8083008690621239777051d934a6
Parents:
6d4083e9b54af6d3545181587f2eacf2f9b04305
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-12-04 17:46:36+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-12-04 18:32:58+01:00
Message:
Documentation for schreyer.lib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/schreyer.lib

    r6d4083 ra2239c  
    25552555
    25562556proc s_res(def I, int l)
    2557 "USAGE:  s_res(M, len)
    2558 RETURN:  SRES, a blackbox object with a Schreyer resolution
    2559 PURPOSE: computes a Schreyer resolution of M of length at most len (see [BMSS])
     2557"USAGE:  s_res(ideal/module M, int len)
     2558RETURN:  SRES, a blackbox object containing a (part of) Schreyer resolution
     2559PURPOSE: compute a Schreyer resolution of M of length at most len (see [BMSS])
    25602560NOTE:    If given len is zero then nvars(basering) + 1 is used instead.
    25612561@* SRES can be printed, treated by betti and minres or converted to list & mapped into the current ring with @code{SRES_list}
    25622562@* This functions is not related to other helpers from this library.
     2563@* One can switch on computation protocol and statistic (depending on the build) by setting the @code{prot} option.
     2564@* Further recognized switches are the following attributes of @code{Schreyer::SSinit} procedure:
     2565LEAD2SYZ, TAILREDSYZ, HYBRIDNF
     2566DEBUG, ...
    25632567SEE ALSO: sres
    25642568EXAMPLE: example s_res; shows an example
Note: See TracChangeset for help on using the changeset viewer.