org.netlib.blas
Class Drotg

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

public class Drotg
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
Drotg()
           
 
Method Summary
static void drotg(doubleW da, doubleW db, doubleW c, doubleW s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Drotg

public Drotg()
Method Detail

drotg

public static void drotg(doubleW da,
                         doubleW db,
                         doubleW c,
                         doubleW s)