org.netlib.blas
Class Srot

java.lang.Object
  extended by org.netlib.blas.Srot

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

c c applies a plane rotation. c jack dongarra, linpack, 3/11/78. c modified 12/3/93, array(1) declarations changed to array(*) c


Constructor Summary
Srot()
           
 
Method Summary
static void srot(int n, float[] sx, int _sx_offset, int incx, float[] sy, int _sy_offset, int incy, float c, float s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Srot

public Srot()
Method Detail

srot

public static void srot(int n,
                        float[] sx,
                        int _sx_offset,
                        int incx,
                        float[] sy,
                        int _sy_offset,
                        int incy,
                        float c,
                        float s)