All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.netlib.blas.Drot

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

public class Drot
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 applies a plane rotation. c jack dongarra, linpack, 3/11/78. c modified 12/3/93, array(1) declarations changed to array(*) c


Constructor Index

 o Drot()

Method Index

 o drot(int, double[], int, int, double[], int, int, double, double)

Constructors

 o Drot
 public Drot()

Methods

 o drot
 public static void drot(int n,
                         double dx[],
                         int _dx_offset,
                         int incx,
                         double dy[],
                         int _dy_offset,
                         int incy,
                         double c,
                         double s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index