LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
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. More...
 
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. More...
 
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. More...
 
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. More...
 
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. More...
 
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. More...
 

Detailed Description