f06ej returns the Euclidean norm of the -element real vector .
Syntax
C# |
---|
public static double f06ej( int n, double[] x, int incx, out int ifail ) |
Visual Basic |
---|
Public Shared Function f06ej ( _ n As Integer, _ x As Double(), _ incx As Integer, _ <OutAttribute> ByRef ifail As Integer _ ) As Double |
Visual C++ |
---|
public: static double f06ej( int n, array<double>^ x, int incx, [OutAttribute] int% ifail ) |
F# |
---|
static member f06ej : n : int * x : float[] * incx : int * ifail : int byref -> float |
Parameters
- n
- Type: System..::..Int32On entry: , the number of elements in .
- x
- Type: array<System..::..Double>[]()[][]An array of size [dim1]Note: the dimension of the array x must be at least .On entry: the -element vector . must be stored in , for .Intermediate elements of x are not referenced.
- incx
- Type: System..::..Int32On entry: the increment in the subscripts of x between successive elements of .Constraint: .
- ifail
- Type: System..::..Int32%On exit: unless the method detects an error (see [Error Indicators and Warnings]).
Return Value
f06ej returns the Euclidean norm of the -element real vector .
Description
References
Lawson C L, Hanson R J, Kincaid D R and Krogh F T (1979) Basic linear algebra supbrograms for Fortran usage ACM Trans. Math. Software 5 308–325
Error Indicators and Warnings
Accuracy
Not applicable.
Parallelism and Performance
None.
Further Comments
None.