org.netlib.lapack
Class SECOND

java.lang.Object
  extended by org.netlib.lapack.SECOND

public class SECOND
extends java.lang.Object

SECOND is a simplified interface to the JLAPACK routine second.
This interface converts Java-style 2D row-major arrays into
the 1D column-major linearized arrays expected by the lower
level JLAPACK routines.  Using this interface also allows you
to omit offset and leading dimension arguments.  However, because
of these conversions, these routines will be slower than the low
level ones.  Following is the description from the original Fortran
source.  Contact seymour@cs.utk.edu with any questions.

* * -- LAPACK auxiliary routine (version 3.0) -- * Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd., * Courant Institute, Argonne National Lab, and Rice University * September 30, 1994 * * Purpose * ======= * * SECOND returns the user time for a process in seconds. * This version gets the time from the system function ETIME. * * ===================================================================== * * .. Local Scalars ..


Constructor Summary
SECOND()
           
 
Method Summary
static float SECOND()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SECOND

public SECOND()
Method Detail

SECOND

public static float SECOND()