Top
Back: primecoeffs
Forward: timeFactorize
FastBack: compregb_lib
FastForward: inout_lib
Up: general_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.2.3.19 timeStd

Procedure from library general.lib (see general_lib).

Usage:
timeStd(i,d), i ideal, d integer

Return:
std(i) if the standard basis computation finished after d-1 seconds and i otherwhise

Example:
 
LIB "general.lib";
ring r=32003,(a,b,c,d,e),dp;
int n=6;
ideal i=
a^n-b^n,
b^n-c^n,
c^n-d^n,
d^n-e^n,
a^(n-1)*b+b^(n-1)*c+c^(n-1)*d+d^(n-1)*e+e^(n-1)*a;
timeStd(i,2);
timeStd(i,20);


Top Back: primecoeffs Forward: timeFactorize FastBack: compregb_lib FastForward: inout_lib Up: general_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 3-1-1, Feb 2010, generated by texi2html.