![]() |
LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
|
Functions | |
| real function | clantr (norm, uplo, diag, m, n, a, lda, work) |
| CLANTR returns the value of the 1-norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a trapezoidal or triangular matrix. | |
| double precision function | dlantr (norm, uplo, diag, m, n, a, lda, work) |
| DLANTR returns the value of the 1-norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a trapezoidal or triangular matrix. | |
| real function | slantr (norm, uplo, diag, m, n, a, lda, work) |
| SLANTR returns the value of the 1-norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a trapezoidal or triangular matrix. | |
| double precision function | zlantr (norm, uplo, diag, m, n, a, lda, work) |
| ZLANTR returns the value of the 1-norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a trapezoidal or triangular matrix. | |