fortran-lapack
Loading...
Searching...
No Matches
la_lapack_blas_like_mnorm Module Reference

BLAS-like matrix norms. More...

Functions/Subroutines

real(sp) function, public la_slangb (norm, n, kl, ku, ab, ldab, work)
 SLANGB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n band matrix A, with kl sub-diagonals and ku super-diagonals.
 
real(dp) function, public la_dlangb (norm, n, kl, ku, ab, ldab, work)
 DLANGB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n band matrix A, with kl sub-diagonals and ku super-diagonals.
 
real(qp) function, public la_qlangb (norm, n, kl, ku, ab, ldab, work)
 QLANGB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n band matrix A, with kl sub-diagonals and ku super-diagonals.
 
real(sp) function, public la_slange (norm, m, n, a, lda, work)
 SLANGE: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real matrix A.
 
real(dp) function, public la_dlange (norm, m, n, a, lda, work)
 DLANGE: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real matrix A.
 
real(qp) function, public la_qlange (norm, m, n, a, lda, work)
 QLANGE: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real matrix A.
 
pure real(sp) function, public la_slangt (norm, n, dl, d, du)
 SLANGT: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real tridiagonal matrix A.
 
pure real(dp) function, public la_dlangt (norm, n, dl, d, du)
 DLANGT: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real tridiagonal matrix A.
 
pure real(qp) function, public la_qlangt (norm, n, dl, d, du)
 QLANGT: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real tridiagonal matrix A.
 
real(sp) function, public la_slanhs (norm, n, a, lda, work)
 SLANHS: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a Hessenberg matrix A.
 
real(dp) function, public la_dlanhs (norm, n, a, lda, work)
 DLANHS: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a Hessenberg matrix A.
 
real(qp) function, public la_qlanhs (norm, n, a, lda, work)
 QLANHS: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a Hessenberg matrix A.
 
real(sp) function, public la_slansb (norm, uplo, n, k, ab, ldab, work)
 SLANSB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n symmetric band matrix A, with k super-diagonals.
 
real(dp) function, public la_dlansb (norm, uplo, n, k, ab, ldab, work)
 DLANSB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n symmetric band matrix A, with k super-diagonals.
 
real(qp) function, public la_qlansb (norm, uplo, n, k, ab, ldab, work)
 QLANSB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n symmetric band matrix A, with k super-diagonals.
 
real(sp) function, public la_slansf (norm, transr, uplo, n, a, work)
 SLANSF: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric matrix A in RFP format.
 
real(dp) function, public la_dlansf (norm, transr, uplo, n, a, work)
 DLANSF: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric matrix A in RFP format.
 
real(qp) function, public la_qlansf (norm, transr, uplo, n, a, work)
 QLANSF: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric matrix A in RFP format.
 
real(sp) function, public la_slansp (norm, uplo, n, ap, work)
 SLANSP: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric matrix A, supplied in packed form.
 
real(dp) function, public la_dlansp (norm, uplo, n, ap, work)
 DLANSP: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric matrix A, supplied in packed form.
 
real(qp) function, public la_qlansp (norm, uplo, n, ap, work)
 QLANSP: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric matrix A, supplied in packed form.
 
pure real(sp) function, public la_slanst (norm, n, d, e)
 SLANST: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric tridiagonal matrix A.
 
pure real(dp) function, public la_dlanst (norm, n, d, e)
 DLANST: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric tridiagonal matrix A.
 
pure real(qp) function, public la_qlanst (norm, n, d, e)
 QLANST: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric tridiagonal matrix A.
 
real(sp) function, public la_slansy (norm, uplo, n, a, lda, work)
 SLANSY: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric matrix A.
 
real(dp) function, public la_dlansy (norm, uplo, n, a, lda, work)
 DLANSY: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric matrix A.
 
real(qp) function, public la_qlansy (norm, uplo, n, a, lda, work)
 QLANSY: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric matrix A.
 
real(sp) function, public la_slantb (norm, uplo, diag, n, k, ab, ldab, work)
 SLANTB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n triangular band matrix A, with ( k + 1 ) diagonals.
 
real(dp) function, public la_dlantb (norm, uplo, diag, n, k, ab, ldab, work)
 DLANTB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n triangular band matrix A, with ( k + 1 ) diagonals.
 
real(qp) function, public la_qlantb (norm, uplo, diag, n, k, ab, ldab, work)
 QLANTB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n triangular band matrix A, with ( k + 1 ) diagonals.
 
real(sp) function, public la_slantp (norm, uplo, diag, n, ap, work)
 SLANTP: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a triangular matrix A, supplied in packed form.
 
real(dp) function, public la_dlantp (norm, uplo, diag, n, ap, work)
 DLANTP: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a triangular matrix A, supplied in packed form.
 
real(qp) function, public la_qlantp (norm, uplo, diag, n, ap, work)
 QLANTP: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a triangular matrix A, supplied in packed form.
 
real(sp) function, public la_slantr (norm, uplo, diag, m, n, a, lda, work)
 SLANTR: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a trapezoidal or triangular matrix A.
 
real(dp) function, public la_dlantr (norm, uplo, diag, m, n, a, lda, work)
 DLANTR: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a trapezoidal or triangular matrix A.
 
real(qp) function, public la_qlantr (norm, uplo, diag, m, n, a, lda, work)
 QLANTR: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a trapezoidal or triangular matrix A.
 
real(sp) function, public la_clangb (norm, n, kl, ku, ab, ldab, work)
 CLANGB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n band matrix A, with kl sub-diagonals and ku super-diagonals.
 
real(dp) function, public la_zlangb (norm, n, kl, ku, ab, ldab, work)
 ZLANGB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n band matrix A, with kl sub-diagonals and ku super-diagonals.
 
real(qp) function, public la_wlangb (norm, n, kl, ku, ab, ldab, work)
 WLANGB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n band matrix A, with kl sub-diagonals and ku super-diagonals.
 
real(sp) function, public la_clange (norm, m, n, a, lda, work)
 CLANGE: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex matrix A.
 
real(dp) function, public la_zlange (norm, m, n, a, lda, work)
 ZLANGE: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex matrix A.
 
real(qp) function, public la_wlange (norm, m, n, a, lda, work)
 WLANGE: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex matrix A.
 
pure real(sp) function, public la_clangt (norm, n, dl, d, du)
 CLANGT: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex tridiagonal matrix A.
 
pure real(dp) function, public la_zlangt (norm, n, dl, d, du)
 ZLANGT: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex tridiagonal matrix A.
 
pure real(qp) function, public la_wlangt (norm, n, dl, d, du)
 WLANGT: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex tridiagonal matrix A.
 
real(sp) function, public la_clanhb (norm, uplo, n, k, ab, ldab, work)
 CLANHB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n hermitian band matrix A, with k super-diagonals.
 
real(dp) function, public la_zlanhb (norm, uplo, n, k, ab, ldab, work)
 ZLANHB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n hermitian band matrix A, with k super-diagonals.
 
real(qp) function, public la_wlanhb (norm, uplo, n, k, ab, ldab, work)
 WLANHB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n hermitian band matrix A, with k super-diagonals.
 
real(sp) function, public la_clanhe (norm, uplo, n, a, lda, work)
 CLANHE: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex hermitian matrix A.
 
real(dp) function, public la_zlanhe (norm, uplo, n, a, lda, work)
 ZLANHE: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex hermitian matrix A.
 
real(qp) function, public la_wlanhe (norm, uplo, n, a, lda, work)
 WLANHE: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex hermitian matrix A.
 
real(sp) function, public la_clanhf (norm, transr, uplo, n, a, work)
 CLANHF: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex Hermitian matrix A in RFP format.
 
real(dp) function, public la_zlanhf (norm, transr, uplo, n, a, work)
 ZLANHF: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex Hermitian matrix A in RFP format.
 
real(qp) function, public la_wlanhf (norm, transr, uplo, n, a, work)
 WLANHF: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex Hermitian matrix A in RFP format.
 
real(sp) function, public la_clanhp (norm, uplo, n, ap, work)
 CLANHP: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex hermitian matrix A, supplied in packed form.
 
real(dp) function, public la_zlanhp (norm, uplo, n, ap, work)
 ZLANHP: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex hermitian matrix A, supplied in packed form.
 
real(qp) function, public la_wlanhp (norm, uplo, n, ap, work)
 WLANHP: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex hermitian matrix A, supplied in packed form.
 
real(sp) function, public la_clanhs (norm, n, a, lda, work)
 CLANHS: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a Hessenberg matrix A.
 
real(dp) function, public la_zlanhs (norm, n, a, lda, work)
 ZLANHS: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a Hessenberg matrix A.
 
real(qp) function, public la_wlanhs (norm, n, a, lda, work)
 WLANHS: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a Hessenberg matrix A.
 
pure real(sp) function, public la_clanht (norm, n, d, e)
 CLANHT: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex Hermitian tridiagonal matrix A.
 
pure real(dp) function, public la_zlanht (norm, n, d, e)
 ZLANHT: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex Hermitian tridiagonal matrix A.
 
pure real(qp) function, public la_wlanht (norm, n, d, e)
 WLANHT: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex Hermitian tridiagonal matrix A.
 
real(sp) function, public la_clansb (norm, uplo, n, k, ab, ldab, work)
 CLANSB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n symmetric band matrix A, with k super-diagonals.
 
real(dp) function, public la_zlansb (norm, uplo, n, k, ab, ldab, work)
 ZLANSB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n symmetric band matrix A, with k super-diagonals.
 
real(qp) function, public la_wlansb (norm, uplo, n, k, ab, ldab, work)
 WLANSB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n symmetric band matrix A, with k super-diagonals.
 
real(sp) function, public la_clansp (norm, uplo, n, ap, work)
 CLANSP: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex symmetric matrix A, supplied in packed form.
 
real(dp) function, public la_zlansp (norm, uplo, n, ap, work)
 ZLANSP: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex symmetric matrix A, supplied in packed form.
 
real(qp) function, public la_wlansp (norm, uplo, n, ap, work)
 WLANSP: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex symmetric matrix A, supplied in packed form.
 
real(sp) function, public la_clansy (norm, uplo, n, a, lda, work)
 CLANSY: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex symmetric matrix A.
 
real(dp) function, public la_zlansy (norm, uplo, n, a, lda, work)
 ZLANSY: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex symmetric matrix A.
 
real(qp) function, public la_wlansy (norm, uplo, n, a, lda, work)
 WLANSY: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex symmetric matrix A.
 
real(sp) function, public la_clantb (norm, uplo, diag, n, k, ab, ldab, work)
 CLANTB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n triangular band matrix A, with ( k + 1 ) diagonals.
 
real(dp) function, public la_zlantb (norm, uplo, diag, n, k, ab, ldab, work)
 ZLANTB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n triangular band matrix A, with ( k + 1 ) diagonals.
 
real(qp) function, public la_wlantb (norm, uplo, diag, n, k, ab, ldab, work)
 WLANTB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n triangular band matrix A, with ( k + 1 ) diagonals.
 
real(sp) function, public la_clantp (norm, uplo, diag, n, ap, work)
 CLANTP: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a triangular matrix A, supplied in packed form.
 
real(dp) function, public la_zlantp (norm, uplo, diag, n, ap, work)
 ZLANTP: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a triangular matrix A, supplied in packed form.
 
real(qp) function, public la_wlantp (norm, uplo, diag, n, ap, work)
 WLANTP: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a triangular matrix A, supplied in packed form.
 
real(sp) function, public la_clantr (norm, uplo, diag, m, n, a, lda, work)
 CLANTR: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a trapezoidal or triangular matrix A.
 
real(dp) function, public la_zlantr (norm, uplo, diag, m, n, a, lda, work)
 ZLANTR: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a trapezoidal or triangular matrix A.
 
real(qp) function, public la_wlantr (norm, uplo, diag, m, n, a, lda, work)
 WLANTR: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a trapezoidal or triangular matrix A.
 

Detailed Description

BLAS-like matrix norms.

Function/Subroutine Documentation

◆ la_clangb()

real(sp) function, public la_lapack_blas_like_mnorm::la_clangb ( character, intent(in) norm,
integer(ilp), intent(in) n,
integer(ilp), intent(in) kl,
integer(ilp), intent(in) ku,
complex(sp), dimension(ldab,*), intent(in) ab,
integer(ilp), intent(in) ldab,
real(sp), dimension(*), intent(out) work )

CLANGB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n band matrix A, with kl sub-diagonals and ku super-diagonals.

Here is the call graph for this function:

◆ la_clange()

real(sp) function, public la_lapack_blas_like_mnorm::la_clange ( character, intent(in) norm,
integer(ilp), intent(in) m,
integer(ilp), intent(in) n,
complex(sp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
real(sp), dimension(*), intent(out) work )

CLANGE: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex matrix A.

Here is the call graph for this function:

◆ la_clangt()

pure real(sp) function, public la_lapack_blas_like_mnorm::la_clangt ( character, intent(in) norm,
integer(ilp), intent(in) n,
complex(sp), dimension(*), intent(in) dl,
complex(sp), dimension(*), intent(in) d,
complex(sp), dimension(*), intent(in) du )

CLANGT: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex tridiagonal matrix A.

Here is the call graph for this function:

◆ la_clanhb()

real(sp) function, public la_lapack_blas_like_mnorm::la_clanhb ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
integer(ilp), intent(in) k,
complex(sp), dimension(ldab,*), intent(in) ab,
integer(ilp), intent(in) ldab,
real(sp), dimension(*), intent(out) work )

CLANHB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n hermitian band matrix A, with k super-diagonals.

Here is the call graph for this function:

◆ la_clanhe()

real(sp) function, public la_lapack_blas_like_mnorm::la_clanhe ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
complex(sp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
real(sp), dimension(*), intent(out) work )

CLANHE: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex hermitian matrix A.

Here is the call graph for this function:

◆ la_clanhf()

real(sp) function, public la_lapack_blas_like_mnorm::la_clanhf ( character, intent(in) norm,
character, intent(in) transr,
character, intent(in) uplo,
integer(ilp), intent(in) n,
complex(sp), dimension(0:*), intent(in) a,
real(sp), dimension(0:*), intent(out) work )

CLANHF: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex Hermitian matrix A in RFP format.

Here is the call graph for this function:

◆ la_clanhp()

real(sp) function, public la_lapack_blas_like_mnorm::la_clanhp ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
complex(sp), dimension(*), intent(in) ap,
real(sp), dimension(*), intent(out) work )

CLANHP: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex hermitian matrix A, supplied in packed form.

Here is the call graph for this function:

◆ la_clanhs()

real(sp) function, public la_lapack_blas_like_mnorm::la_clanhs ( character, intent(in) norm,
integer(ilp), intent(in) n,
complex(sp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
real(sp), dimension(*), intent(out) work )

CLANHS: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a Hessenberg matrix A.

Here is the call graph for this function:

◆ la_clanht()

pure real(sp) function, public la_lapack_blas_like_mnorm::la_clanht ( character, intent(in) norm,
integer(ilp), intent(in) n,
real(sp), dimension(*), intent(in) d,
complex(sp), dimension(*), intent(in) e )

CLANHT: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex Hermitian tridiagonal matrix A.

Here is the call graph for this function:

◆ la_clansb()

real(sp) function, public la_lapack_blas_like_mnorm::la_clansb ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
integer(ilp), intent(in) k,
complex(sp), dimension(ldab,*), intent(in) ab,
integer(ilp), intent(in) ldab,
real(sp), dimension(*), intent(out) work )

CLANSB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n symmetric band matrix A, with k super-diagonals.

Here is the call graph for this function:

◆ la_clansp()

real(sp) function, public la_lapack_blas_like_mnorm::la_clansp ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
complex(sp), dimension(*), intent(in) ap,
real(sp), dimension(*), intent(out) work )

CLANSP: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex symmetric matrix A, supplied in packed form.

Here is the call graph for this function:

◆ la_clansy()

real(sp) function, public la_lapack_blas_like_mnorm::la_clansy ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
complex(sp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
real(sp), dimension(*), intent(out) work )

CLANSY: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex symmetric matrix A.

Here is the call graph for this function:

◆ la_clantb()

real(sp) function, public la_lapack_blas_like_mnorm::la_clantb ( character, intent(in) norm,
character, intent(in) uplo,
character, intent(in) diag,
integer(ilp), intent(in) n,
integer(ilp), intent(in) k,
complex(sp), dimension(ldab,*), intent(in) ab,
integer(ilp), intent(in) ldab,
real(sp), dimension(*), intent(out) work )

CLANTB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n triangular band matrix A, with ( k + 1 ) diagonals.

Here is the call graph for this function:

◆ la_clantp()

real(sp) function, public la_lapack_blas_like_mnorm::la_clantp ( character, intent(in) norm,
character, intent(in) uplo,
character, intent(in) diag,
integer(ilp), intent(in) n,
complex(sp), dimension(*), intent(in) ap,
real(sp), dimension(*), intent(out) work )

CLANTP: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a triangular matrix A, supplied in packed form.

Here is the call graph for this function:

◆ la_clantr()

real(sp) function, public la_lapack_blas_like_mnorm::la_clantr ( character, intent(in) norm,
character, intent(in) uplo,
character, intent(in) diag,
integer(ilp), intent(in) m,
integer(ilp), intent(in) n,
complex(sp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
real(sp), dimension(*), intent(out) work )

CLANTR: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a trapezoidal or triangular matrix A.

Here is the call graph for this function:

◆ la_dlangb()

real(dp) function, public la_lapack_blas_like_mnorm::la_dlangb ( character, intent(in) norm,
integer(ilp), intent(in) n,
integer(ilp), intent(in) kl,
integer(ilp), intent(in) ku,
real(dp), dimension(ldab,*), intent(in) ab,
integer(ilp), intent(in) ldab,
real(dp), dimension(*), intent(out) work )

DLANGB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n band matrix A, with kl sub-diagonals and ku super-diagonals.

Here is the call graph for this function:

◆ la_dlange()

real(dp) function, public la_lapack_blas_like_mnorm::la_dlange ( character, intent(in) norm,
integer(ilp), intent(in) m,
integer(ilp), intent(in) n,
real(dp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
real(dp), dimension(*), intent(out) work )

DLANGE: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real matrix A.

Here is the call graph for this function:

◆ la_dlangt()

pure real(dp) function, public la_lapack_blas_like_mnorm::la_dlangt ( character, intent(in) norm,
integer(ilp), intent(in) n,
real(dp), dimension(*), intent(in) dl,
real(dp), dimension(*), intent(in) d,
real(dp), dimension(*), intent(in) du )

DLANGT: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real tridiagonal matrix A.

Here is the call graph for this function:

◆ la_dlanhs()

real(dp) function, public la_lapack_blas_like_mnorm::la_dlanhs ( character, intent(in) norm,
integer(ilp), intent(in) n,
real(dp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
real(dp), dimension(*), intent(out) work )

DLANHS: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a Hessenberg matrix A.

Here is the call graph for this function:

◆ la_dlansb()

real(dp) function, public la_lapack_blas_like_mnorm::la_dlansb ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
integer(ilp), intent(in) k,
real(dp), dimension(ldab,*), intent(in) ab,
integer(ilp), intent(in) ldab,
real(dp), dimension(*), intent(out) work )

DLANSB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n symmetric band matrix A, with k super-diagonals.

Here is the call graph for this function:

◆ la_dlansf()

real(dp) function, public la_lapack_blas_like_mnorm::la_dlansf ( character, intent(in) norm,
character, intent(in) transr,
character, intent(in) uplo,
integer(ilp), intent(in) n,
real(dp), dimension(0:*), intent(in) a,
real(dp), dimension(0:*), intent(out) work )

DLANSF: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric matrix A in RFP format.

Here is the call graph for this function:

◆ la_dlansp()

real(dp) function, public la_lapack_blas_like_mnorm::la_dlansp ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
real(dp), dimension(*), intent(in) ap,
real(dp), dimension(*), intent(out) work )

DLANSP: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric matrix A, supplied in packed form.

Here is the call graph for this function:

◆ la_dlanst()

pure real(dp) function, public la_lapack_blas_like_mnorm::la_dlanst ( character, intent(in) norm,
integer(ilp), intent(in) n,
real(dp), dimension(*), intent(in) d,
real(dp), dimension(*), intent(in) e )

DLANST: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric tridiagonal matrix A.

Here is the call graph for this function:

◆ la_dlansy()

real(dp) function, public la_lapack_blas_like_mnorm::la_dlansy ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
real(dp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
real(dp), dimension(*), intent(out) work )

DLANSY: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric matrix A.

Here is the call graph for this function:

◆ la_dlantb()

real(dp) function, public la_lapack_blas_like_mnorm::la_dlantb ( character, intent(in) norm,
character, intent(in) uplo,
character, intent(in) diag,
integer(ilp), intent(in) n,
integer(ilp), intent(in) k,
real(dp), dimension(ldab,*), intent(in) ab,
integer(ilp), intent(in) ldab,
real(dp), dimension(*), intent(out) work )

DLANTB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n triangular band matrix A, with ( k + 1 ) diagonals.

Here is the call graph for this function:

◆ la_dlantp()

real(dp) function, public la_lapack_blas_like_mnorm::la_dlantp ( character, intent(in) norm,
character, intent(in) uplo,
character, intent(in) diag,
integer(ilp), intent(in) n,
real(dp), dimension(*), intent(in) ap,
real(dp), dimension(*), intent(out) work )

DLANTP: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a triangular matrix A, supplied in packed form.

Here is the call graph for this function:

◆ la_dlantr()

real(dp) function, public la_lapack_blas_like_mnorm::la_dlantr ( character, intent(in) norm,
character, intent(in) uplo,
character, intent(in) diag,
integer(ilp), intent(in) m,
integer(ilp), intent(in) n,
real(dp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
real(dp), dimension(*), intent(out) work )

DLANTR: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a trapezoidal or triangular matrix A.

Here is the call graph for this function:

◆ la_qlangb()

real(qp) function, public la_lapack_blas_like_mnorm::la_qlangb ( character, intent(in) norm,
integer(ilp), intent(in) n,
integer(ilp), intent(in) kl,
integer(ilp), intent(in) ku,
real(qp), dimension(ldab,*), intent(in) ab,
integer(ilp), intent(in) ldab,
real(qp), dimension(*), intent(out) work )

QLANGB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n band matrix A, with kl sub-diagonals and ku super-diagonals.

Here is the call graph for this function:

◆ la_qlange()

real(qp) function, public la_lapack_blas_like_mnorm::la_qlange ( character, intent(in) norm,
integer(ilp), intent(in) m,
integer(ilp), intent(in) n,
real(qp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
real(qp), dimension(*), intent(out) work )

QLANGE: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real matrix A.

Here is the call graph for this function:

◆ la_qlangt()

pure real(qp) function, public la_lapack_blas_like_mnorm::la_qlangt ( character, intent(in) norm,
integer(ilp), intent(in) n,
real(qp), dimension(*), intent(in) dl,
real(qp), dimension(*), intent(in) d,
real(qp), dimension(*), intent(in) du )

QLANGT: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real tridiagonal matrix A.

Here is the call graph for this function:

◆ la_qlanhs()

real(qp) function, public la_lapack_blas_like_mnorm::la_qlanhs ( character, intent(in) norm,
integer(ilp), intent(in) n,
real(qp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
real(qp), dimension(*), intent(out) work )

QLANHS: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a Hessenberg matrix A.

Here is the call graph for this function:

◆ la_qlansb()

real(qp) function, public la_lapack_blas_like_mnorm::la_qlansb ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
integer(ilp), intent(in) k,
real(qp), dimension(ldab,*), intent(in) ab,
integer(ilp), intent(in) ldab,
real(qp), dimension(*), intent(out) work )

QLANSB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n symmetric band matrix A, with k super-diagonals.

Here is the call graph for this function:

◆ la_qlansf()

real(qp) function, public la_lapack_blas_like_mnorm::la_qlansf ( character, intent(in) norm,
character, intent(in) transr,
character, intent(in) uplo,
integer(ilp), intent(in) n,
real(qp), dimension(0:*), intent(in) a,
real(qp), dimension(0:*), intent(out) work )

QLANSF: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric matrix A in RFP format.

Here is the call graph for this function:

◆ la_qlansp()

real(qp) function, public la_lapack_blas_like_mnorm::la_qlansp ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
real(qp), dimension(*), intent(in) ap,
real(qp), dimension(*), intent(out) work )

QLANSP: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric matrix A, supplied in packed form.

Here is the call graph for this function:

◆ la_qlanst()

pure real(qp) function, public la_lapack_blas_like_mnorm::la_qlanst ( character, intent(in) norm,
integer(ilp), intent(in) n,
real(qp), dimension(*), intent(in) d,
real(qp), dimension(*), intent(in) e )

QLANST: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric tridiagonal matrix A.

Here is the call graph for this function:

◆ la_qlansy()

real(qp) function, public la_lapack_blas_like_mnorm::la_qlansy ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
real(qp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
real(qp), dimension(*), intent(out) work )

QLANSY: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric matrix A.

Here is the call graph for this function:

◆ la_qlantb()

real(qp) function, public la_lapack_blas_like_mnorm::la_qlantb ( character, intent(in) norm,
character, intent(in) uplo,
character, intent(in) diag,
integer(ilp), intent(in) n,
integer(ilp), intent(in) k,
real(qp), dimension(ldab,*), intent(in) ab,
integer(ilp), intent(in) ldab,
real(qp), dimension(*), intent(out) work )

QLANTB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n triangular band matrix A, with ( k + 1 ) diagonals.

Here is the call graph for this function:

◆ la_qlantp()

real(qp) function, public la_lapack_blas_like_mnorm::la_qlantp ( character, intent(in) norm,
character, intent(in) uplo,
character, intent(in) diag,
integer(ilp), intent(in) n,
real(qp), dimension(*), intent(in) ap,
real(qp), dimension(*), intent(out) work )

QLANTP: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a triangular matrix A, supplied in packed form.

Here is the call graph for this function:

◆ la_qlantr()

real(qp) function, public la_lapack_blas_like_mnorm::la_qlantr ( character, intent(in) norm,
character, intent(in) uplo,
character, intent(in) diag,
integer(ilp), intent(in) m,
integer(ilp), intent(in) n,
real(qp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
real(qp), dimension(*), intent(out) work )

QLANTR: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a trapezoidal or triangular matrix A.

Here is the call graph for this function:

◆ la_slangb()

real(sp) function, public la_lapack_blas_like_mnorm::la_slangb ( character, intent(in) norm,
integer(ilp), intent(in) n,
integer(ilp), intent(in) kl,
integer(ilp), intent(in) ku,
real(sp), dimension(ldab,*), intent(in) ab,
integer(ilp), intent(in) ldab,
real(sp), dimension(*), intent(out) work )

SLANGB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n band matrix A, with kl sub-diagonals and ku super-diagonals.

Here is the call graph for this function:

◆ la_slange()

real(sp) function, public la_lapack_blas_like_mnorm::la_slange ( character, intent(in) norm,
integer(ilp), intent(in) m,
integer(ilp), intent(in) n,
real(sp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
real(sp), dimension(*), intent(out) work )

SLANGE: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real matrix A.

Here is the call graph for this function:

◆ la_slangt()

pure real(sp) function, public la_lapack_blas_like_mnorm::la_slangt ( character, intent(in) norm,
integer(ilp), intent(in) n,
real(sp), dimension(*), intent(in) dl,
real(sp), dimension(*), intent(in) d,
real(sp), dimension(*), intent(in) du )

SLANGT: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real tridiagonal matrix A.

Here is the call graph for this function:

◆ la_slanhs()

real(sp) function, public la_lapack_blas_like_mnorm::la_slanhs ( character, intent(in) norm,
integer(ilp), intent(in) n,
real(sp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
real(sp), dimension(*), intent(out) work )

SLANHS: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a Hessenberg matrix A.

Here is the call graph for this function:

◆ la_slansb()

real(sp) function, public la_lapack_blas_like_mnorm::la_slansb ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
integer(ilp), intent(in) k,
real(sp), dimension(ldab,*), intent(in) ab,
integer(ilp), intent(in) ldab,
real(sp), dimension(*), intent(out) work )

SLANSB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n symmetric band matrix A, with k super-diagonals.

Here is the call graph for this function:

◆ la_slansf()

real(sp) function, public la_lapack_blas_like_mnorm::la_slansf ( character, intent(in) norm,
character, intent(in) transr,
character, intent(in) uplo,
integer(ilp), intent(in) n,
real(sp), dimension(0:*), intent(in) a,
real(sp), dimension(0:*), intent(out) work )

SLANSF: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric matrix A in RFP format.

Here is the call graph for this function:

◆ la_slansp()

real(sp) function, public la_lapack_blas_like_mnorm::la_slansp ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
real(sp), dimension(*), intent(in) ap,
real(sp), dimension(*), intent(out) work )

SLANSP: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric matrix A, supplied in packed form.

Here is the call graph for this function:

◆ la_slanst()

pure real(sp) function, public la_lapack_blas_like_mnorm::la_slanst ( character, intent(in) norm,
integer(ilp), intent(in) n,
real(sp), dimension(*), intent(in) d,
real(sp), dimension(*), intent(in) e )

SLANST: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric tridiagonal matrix A.

Here is the call graph for this function:

◆ la_slansy()

real(sp) function, public la_lapack_blas_like_mnorm::la_slansy ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
real(sp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
real(sp), dimension(*), intent(out) work )

SLANSY: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a real symmetric matrix A.

Here is the call graph for this function:

◆ la_slantb()

real(sp) function, public la_lapack_blas_like_mnorm::la_slantb ( character, intent(in) norm,
character, intent(in) uplo,
character, intent(in) diag,
integer(ilp), intent(in) n,
integer(ilp), intent(in) k,
real(sp), dimension(ldab,*), intent(in) ab,
integer(ilp), intent(in) ldab,
real(sp), dimension(*), intent(out) work )

SLANTB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n triangular band matrix A, with ( k + 1 ) diagonals.

Here is the call graph for this function:

◆ la_slantp()

real(sp) function, public la_lapack_blas_like_mnorm::la_slantp ( character, intent(in) norm,
character, intent(in) uplo,
character, intent(in) diag,
integer(ilp), intent(in) n,
real(sp), dimension(*), intent(in) ap,
real(sp), dimension(*), intent(out) work )

SLANTP: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a triangular matrix A, supplied in packed form.

Here is the call graph for this function:

◆ la_slantr()

real(sp) function, public la_lapack_blas_like_mnorm::la_slantr ( character, intent(in) norm,
character, intent(in) uplo,
character, intent(in) diag,
integer(ilp), intent(in) m,
integer(ilp), intent(in) n,
real(sp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
real(sp), dimension(*), intent(out) work )

SLANTR: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a trapezoidal or triangular matrix A.

Here is the call graph for this function:

◆ la_wlangb()

real(qp) function, public la_lapack_blas_like_mnorm::la_wlangb ( character, intent(in) norm,
integer(ilp), intent(in) n,
integer(ilp), intent(in) kl,
integer(ilp), intent(in) ku,
complex(qp), dimension(ldab,*), intent(in) ab,
integer(ilp), intent(in) ldab,
real(qp), dimension(*), intent(out) work )

WLANGB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n band matrix A, with kl sub-diagonals and ku super-diagonals.

Here is the call graph for this function:

◆ la_wlange()

real(qp) function, public la_lapack_blas_like_mnorm::la_wlange ( character, intent(in) norm,
integer(ilp), intent(in) m,
integer(ilp), intent(in) n,
complex(qp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
real(qp), dimension(*), intent(out) work )

WLANGE: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex matrix A.

Here is the call graph for this function:

◆ la_wlangt()

pure real(qp) function, public la_lapack_blas_like_mnorm::la_wlangt ( character, intent(in) norm,
integer(ilp), intent(in) n,
complex(qp), dimension(*), intent(in) dl,
complex(qp), dimension(*), intent(in) d,
complex(qp), dimension(*), intent(in) du )

WLANGT: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex tridiagonal matrix A.

Here is the call graph for this function:

◆ la_wlanhb()

real(qp) function, public la_lapack_blas_like_mnorm::la_wlanhb ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
integer(ilp), intent(in) k,
complex(qp), dimension(ldab,*), intent(in) ab,
integer(ilp), intent(in) ldab,
real(qp), dimension(*), intent(out) work )

WLANHB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n hermitian band matrix A, with k super-diagonals.

Here is the call graph for this function:

◆ la_wlanhe()

real(qp) function, public la_lapack_blas_like_mnorm::la_wlanhe ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
complex(qp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
real(qp), dimension(*), intent(out) work )

WLANHE: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex hermitian matrix A.

Here is the call graph for this function:

◆ la_wlanhf()

real(qp) function, public la_lapack_blas_like_mnorm::la_wlanhf ( character, intent(in) norm,
character, intent(in) transr,
character, intent(in) uplo,
integer(ilp), intent(in) n,
complex(qp), dimension(0:*), intent(in) a,
real(qp), dimension(0:*), intent(out) work )

WLANHF: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex Hermitian matrix A in RFP format.

Here is the call graph for this function:

◆ la_wlanhp()

real(qp) function, public la_lapack_blas_like_mnorm::la_wlanhp ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
complex(qp), dimension(*), intent(in) ap,
real(qp), dimension(*), intent(out) work )

WLANHP: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex hermitian matrix A, supplied in packed form.

Here is the call graph for this function:

◆ la_wlanhs()

real(qp) function, public la_lapack_blas_like_mnorm::la_wlanhs ( character, intent(in) norm,
integer(ilp), intent(in) n,
complex(qp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
real(qp), dimension(*), intent(out) work )

WLANHS: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a Hessenberg matrix A.

Here is the call graph for this function:

◆ la_wlanht()

pure real(qp) function, public la_lapack_blas_like_mnorm::la_wlanht ( character, intent(in) norm,
integer(ilp), intent(in) n,
real(qp), dimension(*), intent(in) d,
complex(qp), dimension(*), intent(in) e )

WLANHT: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex Hermitian tridiagonal matrix A.

Here is the call graph for this function:

◆ la_wlansb()

real(qp) function, public la_lapack_blas_like_mnorm::la_wlansb ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
integer(ilp), intent(in) k,
complex(qp), dimension(ldab,*), intent(in) ab,
integer(ilp), intent(in) ldab,
real(qp), dimension(*), intent(out) work )

WLANSB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n symmetric band matrix A, with k super-diagonals.

Here is the call graph for this function:

◆ la_wlansp()

real(qp) function, public la_lapack_blas_like_mnorm::la_wlansp ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
complex(qp), dimension(*), intent(in) ap,
real(qp), dimension(*), intent(out) work )

WLANSP: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex symmetric matrix A, supplied in packed form.

Here is the call graph for this function:

◆ la_wlansy()

real(qp) function, public la_lapack_blas_like_mnorm::la_wlansy ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
complex(qp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
real(qp), dimension(*), intent(out) work )

WLANSY: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex symmetric matrix A.

Here is the call graph for this function:

◆ la_wlantb()

real(qp) function, public la_lapack_blas_like_mnorm::la_wlantb ( character, intent(in) norm,
character, intent(in) uplo,
character, intent(in) diag,
integer(ilp), intent(in) n,
integer(ilp), intent(in) k,
complex(qp), dimension(ldab,*), intent(in) ab,
integer(ilp), intent(in) ldab,
real(qp), dimension(*), intent(out) work )

WLANTB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n triangular band matrix A, with ( k + 1 ) diagonals.

Here is the call graph for this function:

◆ la_wlantp()

real(qp) function, public la_lapack_blas_like_mnorm::la_wlantp ( character, intent(in) norm,
character, intent(in) uplo,
character, intent(in) diag,
integer(ilp), intent(in) n,
complex(qp), dimension(*), intent(in) ap,
real(qp), dimension(*), intent(out) work )

WLANTP: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a triangular matrix A, supplied in packed form.

Here is the call graph for this function:

◆ la_wlantr()

real(qp) function, public la_lapack_blas_like_mnorm::la_wlantr ( character, intent(in) norm,
character, intent(in) uplo,
character, intent(in) diag,
integer(ilp), intent(in) m,
integer(ilp), intent(in) n,
complex(qp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
real(qp), dimension(*), intent(out) work )

WLANTR: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a trapezoidal or triangular matrix A.

Here is the call graph for this function:

◆ la_zlangb()

real(dp) function, public la_lapack_blas_like_mnorm::la_zlangb ( character, intent(in) norm,
integer(ilp), intent(in) n,
integer(ilp), intent(in) kl,
integer(ilp), intent(in) ku,
complex(dp), dimension(ldab,*), intent(in) ab,
integer(ilp), intent(in) ldab,
real(dp), dimension(*), intent(out) work )

ZLANGB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n band matrix A, with kl sub-diagonals and ku super-diagonals.

Here is the call graph for this function:

◆ la_zlange()

real(dp) function, public la_lapack_blas_like_mnorm::la_zlange ( character, intent(in) norm,
integer(ilp), intent(in) m,
integer(ilp), intent(in) n,
complex(dp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
real(dp), dimension(*), intent(out) work )

ZLANGE: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex matrix A.

Here is the call graph for this function:

◆ la_zlangt()

pure real(dp) function, public la_lapack_blas_like_mnorm::la_zlangt ( character, intent(in) norm,
integer(ilp), intent(in) n,
complex(dp), dimension(*), intent(in) dl,
complex(dp), dimension(*), intent(in) d,
complex(dp), dimension(*), intent(in) du )

ZLANGT: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex tridiagonal matrix A.

Here is the call graph for this function:

◆ la_zlanhb()

real(dp) function, public la_lapack_blas_like_mnorm::la_zlanhb ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
integer(ilp), intent(in) k,
complex(dp), dimension(ldab,*), intent(in) ab,
integer(ilp), intent(in) ldab,
real(dp), dimension(*), intent(out) work )

ZLANHB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n hermitian band matrix A, with k super-diagonals.

Here is the call graph for this function:

◆ la_zlanhe()

real(dp) function, public la_lapack_blas_like_mnorm::la_zlanhe ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
complex(dp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
real(dp), dimension(*), intent(out) work )

ZLANHE: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex hermitian matrix A.

Here is the call graph for this function:

◆ la_zlanhf()

real(dp) function, public la_lapack_blas_like_mnorm::la_zlanhf ( character, intent(in) norm,
character, intent(in) transr,
character, intent(in) uplo,
integer(ilp), intent(in) n,
complex(dp), dimension(0:*), intent(in) a,
real(dp), dimension(0:*), intent(out) work )

ZLANHF: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex Hermitian matrix A in RFP format.

Here is the call graph for this function:

◆ la_zlanhp()

real(dp) function, public la_lapack_blas_like_mnorm::la_zlanhp ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
complex(dp), dimension(*), intent(in) ap,
real(dp), dimension(*), intent(out) work )

ZLANHP: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex hermitian matrix A, supplied in packed form.

Here is the call graph for this function:

◆ la_zlanhs()

real(dp) function, public la_lapack_blas_like_mnorm::la_zlanhs ( character, intent(in) norm,
integer(ilp), intent(in) n,
complex(dp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
real(dp), dimension(*), intent(out) work )

ZLANHS: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a Hessenberg matrix A.

Here is the call graph for this function:

◆ la_zlanht()

pure real(dp) function, public la_lapack_blas_like_mnorm::la_zlanht ( character, intent(in) norm,
integer(ilp), intent(in) n,
real(dp), dimension(*), intent(in) d,
complex(dp), dimension(*), intent(in) e )

ZLANHT: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex Hermitian tridiagonal matrix A.

Here is the call graph for this function:

◆ la_zlansb()

real(dp) function, public la_lapack_blas_like_mnorm::la_zlansb ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
integer(ilp), intent(in) k,
complex(dp), dimension(ldab,*), intent(in) ab,
integer(ilp), intent(in) ldab,
real(dp), dimension(*), intent(out) work )

ZLANSB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n symmetric band matrix A, with k super-diagonals.

Here is the call graph for this function:

◆ la_zlansp()

real(dp) function, public la_lapack_blas_like_mnorm::la_zlansp ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
complex(dp), dimension(*), intent(in) ap,
real(dp), dimension(*), intent(out) work )

ZLANSP: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex symmetric matrix A, supplied in packed form.

Here is the call graph for this function:

◆ la_zlansy()

real(dp) function, public la_lapack_blas_like_mnorm::la_zlansy ( character, intent(in) norm,
character, intent(in) uplo,
integer(ilp), intent(in) n,
complex(dp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
real(dp), dimension(*), intent(out) work )

ZLANSY: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a complex symmetric matrix A.

Here is the call graph for this function:

◆ la_zlantb()

real(dp) function, public la_lapack_blas_like_mnorm::la_zlantb ( character, intent(in) norm,
character, intent(in) uplo,
character, intent(in) diag,
integer(ilp), intent(in) n,
integer(ilp), intent(in) k,
complex(dp), dimension(ldab,*), intent(in) ab,
integer(ilp), intent(in) ldab,
real(dp), dimension(*), intent(out) work )

ZLANTB: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of an n by n triangular band matrix A, with ( k + 1 ) diagonals.

Here is the call graph for this function:

◆ la_zlantp()

real(dp) function, public la_lapack_blas_like_mnorm::la_zlantp ( character, intent(in) norm,
character, intent(in) uplo,
character, intent(in) diag,
integer(ilp), intent(in) n,
complex(dp), dimension(*), intent(in) ap,
real(dp), dimension(*), intent(out) work )

ZLANTP: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a triangular matrix A, supplied in packed form.

Here is the call graph for this function:

◆ la_zlantr()

real(dp) function, public la_lapack_blas_like_mnorm::la_zlantr ( character, intent(in) norm,
character, intent(in) uplo,
character, intent(in) diag,
integer(ilp), intent(in) m,
integer(ilp), intent(in) n,
complex(dp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
real(dp), dimension(*), intent(out) work )

ZLANTR: returns the value of the one norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a trapezoidal or triangular matrix A.

Here is the call graph for this function: