org.netlib.blas
Class Srotg

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

public class Srotg
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 construct givens plane rotation. c jack dongarra, linpack, 3/11/78. c


Constructor Summary
Srotg()
           
 
Method Summary
static void srotg(floatW sa, floatW sb, floatW c, floatW s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Srotg

public Srotg()
Method Detail

srotg

public static void srotg(floatW sa,
                         floatW sb,
                         floatW c,
                         floatW s)