naginterfaces.library.blas.zlangt¶
- naginterfaces.library.blas.zlangt(norm, dl, d, du)[source]¶
zlangt
returns the value of the -norm, the -norm, the Frobenius norm, or the maximum absolute value of the elements of a complex tridiagonal matrix .For full information please refer to the NAG Library document for f06un
https://support.nag.com/numeric/nl/nagdoc_30.2/flhtml/f06/f06unf.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).
- dlcomplex, array-like, shape
The () subdiagonal elements of .
- dcomplex, array-like, shape
The diagonal elements of .
- ducomplex, array-like, shape
The () superdiagonal elements of .
- Returns
- nrmfloat
The value of the -norm, the -norm, the Frobenius norm, or the maximum absolute value of the elements of the complex tridiagonal matrix .
- Raises
- NagValueError
- (errno )
On entry, error in parameter .
Constraint: , , , , or .
- (errno )
On entry, error in parameter .
Constraint: .
- Notes
No equivalent traditional C interface for this routine exists in the NAG Library.