All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.netlib.blas.Drotg

java.lang.Object
   |
   +----org.netlib.blas.Drotg

public class Drotg
extends 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 Index

 o Drotg()

Method Index

 o drotg(doubleW, doubleW, doubleW, doubleW)

Constructors

 o Drotg
 public Drotg()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index