pocon
- void pocon(char uplo, f_int n, f_float* a, f_int lda, f_float* anorm, f_float rcond, f_float* work, f_int* iwork, f_int info)
- void pocon(char uplo, f_int n, f_double* a, f_int lda, f_double* anorm, f_double rcond, f_double* work, f_int* iwork, f_int info)
- void pocon(char uplo, f_int n, f_cfloat* a, f_int lda, f_float* anorm, f_float rcond, f_cfloat* work, f_float* rwork, f_int info)
- void pocon(char uplo, f_int n, f_cdouble* a, f_int lda, f_double* anorm, f_double rcond, f_cdouble* work, f_double* rwork, f_int info)
Estimates the reciprocal of the condition number of a symmetric positive definite matrix, using the Cholesky factorization computed by SPOTRF.