All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.netlib.blas.Dnrm2

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

public class Dnrm2
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.

* .. * * DNRM2 returns the euclidean norm of a vector via the function * name, so that * * DNRM2 := sqrt( x'*x ) * * * * -- This version written on 25-October-1982. * Modified on 14-October-1993 to inline the call to DLASSQ. * Sven Hammarling, Nag Ltd. * * * .. Parameters ..


Constructor Index

 o Dnrm2()

Method Index

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

Constructors

 o Dnrm2
 public Dnrm2()

Methods

 o dnrm2
 public static double dnrm2(int n,
                            double x[],
                            int _x_offset,
                            int incx)

All Packages  Class Hierarchy  This Package  Previous  Next  Index