org.netlib.lapack
Class ILAVER

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

public class ILAVER
extends java.lang.Object

ILAVER is a simplified interface to the JLAPACK routine ilaver.
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 routine (version 3.1.1) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * January 2007 * .. * * Purpose * ======= * * This subroutine return the Lapack version * * Arguments * ========= * VERS_MAJOR (output) INTEGER * return the lapack major version * VERS_MINOR (output) INTEGER * return the lapack minor version from the major version * VERS_PATCH (output) INTEGER * return the lapack patch version from the minor version * ===================================================================== *


Constructor Summary
ILAVER()
           
 
Method Summary
static void ILAVER(intW vers_major, intW vers_minor, intW vers_patch)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ILAVER

public ILAVER()
Method Detail

ILAVER

public static void ILAVER(intW vers_major,
                          intW vers_minor,
                          intW vers_patch)