org.netlib.lapack
Class Dsecnd

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

public class Dsecnd
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.

* * -- LAPACK auxiliary routine (version 3.1.1) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * February 2007 * * Purpose * ======= * * DSECND returns the user time for a process in seconds. * This version gets the time from the EXTERNAL system function ETIME. * * ===================================================================== * * .. Local Scalars ..


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

Constructor Detail

Dsecnd

public Dsecnd()
Method Detail

dsecnd

public static double dsecnd()