Dear Daniel,
dmurfet wrote:
I just ran across a paper by Pfister "On modular computation of standard basis" and I am completely stunned by the timings given there; so here's my question: can someone tell me whether there is a way to run modStd on a module?
please note that 'modStd' is implemented in "modstd.lib".
at the moment it seems to work with ideals only...
dmurfet wrote:
A second question: I tracked down the implementation of minbase in the Singular source to idMinBase in ideals.cc (for ideals), but I failed to find how minbase for modules is implemented. Hints?
in Singular's "poly" is either polynomial or vector while "ideal" is either module or ideal.
in "idMinBase" the GB is computed by "kStd"
Regards,
Oleksandr