org.netlib.lapack
Class Slamc3
java.lang.Object
org.netlib.lapack.Slamc3
public class Slamc3
- 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
* =======
*
* SLAMC3 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 (input) REAL
* B (input) REAL
* The values A and B.
*
* =====================================================================
*
* .. Executable Statements ..
*
Method Summary |
static float |
slamc3(float a,
float b)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Slamc3
public Slamc3()
slamc3
public static float slamc3(float a,
float b)