LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
lantp: triangular matrix, packed
Collaboration diagram for lantp: triangular matrix, packed:

Functions

real function clantp (NORM, UPLO, DIAG, N, AP, WORK)
 CLANTP returns the value of the 1-norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a triangular matrix supplied in packed form. More...
 
double precision function dlantp (NORM, UPLO, DIAG, N, AP, WORK)
 DLANTP returns the value of the 1-norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a triangular matrix supplied in packed form. More...
 
real function slantp (NORM, UPLO, DIAG, N, AP, WORK)
 SLANTP returns the value of the 1-norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a triangular matrix supplied in packed form. More...
 
double precision function zlantp (NORM, UPLO, DIAG, N, AP, WORK)
 ZLANTP returns the value of the 1-norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a triangular matrix supplied in packed form. More...
 

Detailed Description