org.netlib.blas
Class Dasum

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

public class Dasum
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 takes the sum of the absolute values. 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 Summary
Dasum()
           
 
Method Summary
static double dasum(int n, double[] dx, int _dx_offset, int incx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dasum

public Dasum()
Method Detail

dasum

public static double dasum(int n,
                           double[] dx,
                           int _dx_offset,
                           int incx)