naginterfaces.library.blas.zlange

naginterfaces.library.blas.zlange(norm, m, a)[source]

zlange returns the value of the -norm, the -norm, the Frobenius norm, or the maximum absolute value of the elements of a complex matrix.

For full information please refer to the NAG Library document for f06ua

https://support.nag.com/numeric/nl/nagdoc_30/flhtml/f06/f06uaf.html

Parameters
normstr, length 1

Specifies the value to be returned.

or

The -norm.

The -norm.

or

The Frobenius (or Euclidean) norm.

The value (not a norm).

mint

, the number of rows of the matrix .

When , zlange is set to zero.

acomplex, array-like, shape

The matrix .

Returns
nrmfloat

The value of the -norm, the -norm, the Frobenius norm, or the maximum absolute value of the elements of the complex matrix.

Raises
NagValueError
(errno )

On entry, error in parameter .

Constraint: , , , , or .

(errno )

On entry, error in parameter .

Constraint: .

(errno )

On entry, error in parameter .

Constraint: .

Notes

No equivalent traditional C interface for this routine exists in the NAG Library.