All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.netlib.lapack.Dsecnd

java.lang.Object
   |
   +----org.netlib.lapack.Dsecnd

public class Dsecnd
extends 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 2.0) -- * Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd., * Courant Institute, Argonne National Lab, and Rice University * September 30, 1994 * * Purpose * ======= * * DSECND returns the user time for a process in seconds. * This version gets the time from the system function ETIME. * * ===================================================================== * * .. Local Scalars ..


Constructor Index

 o Dsecnd()

Method Index

 o dsecnd()

Constructors

 o Dsecnd
 public Dsecnd()

Methods

 o dsecnd
 public static double dsecnd()

All Packages  Class Hierarchy  This Package  Previous  Next  Index