|
| real(sp) function, public | la_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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_lapack_blas_like_mnorm::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.
|
| |