LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
lantr: triangular matrix
Collaboration diagram for lantr: triangular matrix:

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.
 

Detailed Description