org.netlib.arpack
Class Second
java.lang.Object
org.netlib.arpack.Second
public class Second
- extends java.lang.Object
Following is the description from the original
Fortran source. For each array argument, the Java
version will include an integer offset parameter, so
the arguments may not match the description exactly.
Contact seymour@cs.utk.edu with any questions.
c
c -- LAPACK auxiliary routine (preliminary version) --
c Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd.,
c Courant Institute, Argonne National Lab, and Rice University
c July 26, 1991
c
c Purpose
c =======
c
c SECOND returns the user time for a process in seconds.
c This version gets the time from the system function ETIME.
c
c .. Local Scalars ..
Method Summary |
static void |
second(org.netlib.util.floatW t)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Second
public Second()
second
public static void second(org.netlib.util.floatW t)