LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
lan{he,sy}: Hermitian/symmetric matrix
Collaboration diagram for lan{he,sy}: Hermitian/symmetric matrix:

Functions

real function clanhe (norm, uplo, n, a, lda, work)
 CLANHE returns the value of the 1-norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex Hermitian matrix.
 
real function clansy (norm, uplo, n, a, lda, work)
 CLANSY returns the value of the 1-norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex symmetric matrix.
 
double precision function dlansy (norm, uplo, n, a, lda, work)
 DLANSY returns the value of the 1-norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric matrix.
 
real function slansy (norm, uplo, n, a, lda, work)
 SLANSY returns the value of the 1-norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric matrix.
 
double precision function zlanhe (norm, uplo, n, a, lda, work)
 ZLANHE returns the value of the 1-norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex Hermitian matrix.
 
double precision function zlansy (norm, uplo, n, a, lda, work)
 ZLANSY returns the value of the 1-norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex symmetric matrix.
 

Detailed Description