![]() |
LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
real function | cla_porcond_c (UPLO, N, A, LDA, AF, LDAF, C, CAPPLY, INFO, WORK, RWORK) |
CLA_PORCOND_C computes the infinity norm condition number of op(A)*inv(diag(c)) for Hermitian positive-definite matrices. More... | |
real function | cla_porcond_x (UPLO, N, A, LDA, AF, LDAF, X, INFO, WORK, RWORK) |
CLA_PORCOND_X computes the infinity norm condition number of op(A)*diag(x) for Hermitian positive-definite matrices. More... | |
double precision function | dla_porcond (UPLO, N, A, LDA, AF, LDAF, CMODE, C, INFO, WORK, IWORK) |
DLA_PORCOND estimates the Skeel condition number for a symmetric positive-definite matrix. More... | |
real function | sla_porcond (UPLO, N, A, LDA, AF, LDAF, CMODE, C, INFO, WORK, IWORK) |
SLA_PORCOND estimates the Skeel condition number for a symmetric positive-definite matrix. More... | |
double precision function | zla_porcond_c (UPLO, N, A, LDA, AF, LDAF, C, CAPPLY, INFO, WORK, RWORK) |
ZLA_PORCOND_C computes the infinity norm condition number of op(A)*inv(diag(c)) for Hermitian positive-definite matrices. More... | |
double precision function | zla_porcond_x (UPLO, N, A, LDA, AF, LDAF, X, INFO, WORK, RWORK) |
ZLA_PORCOND_X computes the infinity norm condition number of op(A)*diag(x) for Hermitian positive-definite matrices. More... | |