org.netlib.lapack
Class Dlamc4

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

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

* .. * * Purpose * ======= * * DLAMC4 is a service routine for DLAMC2. * * Arguments * ========= * * EMIN (output) EMIN * The minimum exponent before (gradual) underflow, computed by * setting A = START and dividing by BASE until the previous A * can not be recovered. * * START (input) DOUBLE PRECISION * The starting point for determining EMIN. * * BASE (input) INTEGER * The base of the machine. * * ===================================================================== * * .. Local Scalars ..


Constructor Summary
Dlamc4()
           
 
Method Summary
static void dlamc4(intW emin, double start, int base)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dlamc4

public Dlamc4()
Method Detail

dlamc4

public static void dlamc4(intW emin,
                          double start,
                          int base)