org.netlib.blas
Class Saxpy
java.lang.Object
org.netlib.blas.Saxpy
public class Saxpy
- 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
* =======
*
* SAXPY constant times a vector plus a vector.
* uses unrolled loop for increments equal to one.
* jack dongarra, linpack, 3/11/78.
* modified 12/3/93, array(1) declarations changed to array(*)
*
*
* .. Local Scalars ..
Constructor Summary |
Saxpy()
|
Method Summary |
static void |
saxpy(int n,
float sa,
float[] sx,
int _sx_offset,
int incx,
float[] sy,
int _sy_offset,
int incy)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Saxpy
public Saxpy()
saxpy
public static void saxpy(int n,
float sa,
float[] sx,
int _sx_offset,
int incx,
float[] sy,
int _sy_offset,
int incy)