naginterfaces.library.blas.dlanhs¶
- naginterfaces.library.blas.dlanhs(norm, a)[source]¶
dlanhs
returns the value of the -norm, the -norm, the Frobenius norm, or the maximum absolute value of the elements of a real upper Hessenberg matrix.For full information please refer to the NAG Library document for f06rm
https://support.nag.com/numeric/nl/nagdoc_30.2/flhtml/f06/f06rmf.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).
- afloat, array-like, shape
The upper Hessenberg matrix ; elements of the array below the first subdiagonal are not referenced.
- Returns
- nrmfloat
The value of the -norm, the -norm, the Frobenius norm, or the maximum absolute value of the elements of the real upper Hessenberg 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.