f06jj computes the Euclidean norm of a complex vector.
Syntax
C# |
---|
public static double f06jj( int n, Complex[] x, int incx, out int ifail ) |
Visual Basic |
---|
Public Shared Function f06jj ( _ n As Integer, _ x As Complex(), _ incx As Integer, _ <OutAttribute> ByRef ifail As Integer _ ) As Double |
Visual C++ |
---|
public: static double f06jj( int n, array<Complex>^ x, int incx, [OutAttribute] int% ifail ) |
F# |
---|
static member f06jj : n : int * x : Complex[] * incx : int * ifail : int byref -> float |
Parameters
- n
- Type: System..::..Int32On entry: , the number of elements in .
- x
- Type: array<NagLibrary..::..Complex>[]()[][]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
f06jj computes the Euclidean norm of a complex 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.