Changeset a2239c in git
- Timestamp:
- Dec 4, 2014, 5:46:36 PM (9 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/schreyer.lib
r6d4083 ra2239c 2555 2555 2556 2556 proc s_res(def I, int l) 2557 "USAGE: s_res( M,len)2558 RETURN: SRES, a blackbox object with aSchreyer resolution2559 PURPOSE: compute sa Schreyer resolution of M of length at most len (see [BMSS])2557 "USAGE: s_res(ideal/module M, int len) 2558 RETURN: SRES, a blackbox object containing a (part of) Schreyer resolution 2559 PURPOSE: compute a Schreyer resolution of M of length at most len (see [BMSS]) 2560 2560 NOTE: If given len is zero then nvars(basering) + 1 is used instead. 2561 2561 @* SRES can be printed, treated by betti and minres or converted to list & mapped into the current ring with @code{SRES_list} 2562 2562 @* 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: 2565 LEAD2SYZ, TAILREDSYZ, HYBRIDNF 2566 DEBUG, ... 2563 2567 SEE ALSO: sres 2564 2568 EXAMPLE: example s_res; shows an example
Note: See TracChangeset
for help on using the changeset viewer.