All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.netlib.lapack.Dlamc4

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

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

* .. * * 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 Index

 o Dlamc4()

Method Index

 o dlamc4(intW, double, int)

Constructors

 o Dlamc4
 public Dlamc4()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index