LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
real function | clanht (norm, n, d, e) |
CLANHT 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 tridiagonal matrix. | |
double precision function | dlanst (norm, n, d, e) |
DLANST 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 tridiagonal matrix. | |
real function | slanst (norm, n, d, e) |
SLANST 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 tridiagonal matrix. | |
double precision function | zlanht (norm, n, d, e) |
ZLANHT 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 tridiagonal matrix. | |