All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.netlib.lapack.Dlamc3

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

public class Dlamc3
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 * ======= * * DLAMC3 is intended to force A and B to be stored prior to doing * the addition of A and B , for use in situations where optimizers * might hold one of these in a register. * * Arguments * ========= * * A, B (input) DOUBLE PRECISION * The values A and B. * * ===================================================================== * * .. Executable Statements .. *


Constructor Index

 o Dlamc3()

Method Index

 o dlamc3(double, double)

Constructors

 o Dlamc3
 public Dlamc3()

Methods

 o dlamc3
 public static double dlamc3(double a,
                             double b)

All Packages  Class Hierarchy  This Package  Previous  Next  Index