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
DSECND is a simplified interface to the JLAPACK routine dsecnd.
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 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