![]() |
LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
|
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. | |