All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.netlib.blas.Dscal

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

public class Dscal
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 scales a vector by a constant. c uses unrolled loops for increment equal to one. c jack dongarra, linpack, 3/11/78. c modified 3/93 to return if incx .le. 0. c modified 12/3/93, array(1) declarations changed to array(*) c


Constructor Index

 o Dscal()

Method Index

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

Constructors

 o Dscal
 public Dscal()

Methods

 o dscal
 public static void dscal(int n,
                          double da,
                          double dx[],
                          int _dx_offset,
                          int incx)

All Packages  Class Hierarchy  This Package  Previous  Next  Index