org.netlib.blas
Class Snrm2

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

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

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


Constructor Summary
Snrm2()
           
 
Method Summary
static float snrm2(int n, float[] x, int _x_offset, int incx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Snrm2

public Snrm2()
Method Detail

snrm2

public static float snrm2(int n,
                          float[] x,
                          int _x_offset,
                          int incx)