Go to the source code of this file.
Functions | |
| template<class Treal > | |
| int | template_lapack_pocon (const char *uplo, const integer *n, const Treal *a, const integer *lda, const Treal *anorm, Treal *rcond, Treal *work, integer *iwork, integer *info) |
| int template_lapack_pocon | ( | const char * | uplo, | |
| const integer * | n, | |||
| const Treal * | a, | |||
| const integer * | lda, | |||
| const Treal * | anorm, | |||
| Treal * | rcond, | |||
| Treal * | work, | |||
| integer * | iwork, | |||
| integer * | info | |||
| ) | [inline] |
References absMACRO, maxMACRO, template_blas_erbla(), template_blas_idamax(), template_blas_lsame(), template_lapack_lacon(), template_lapack_lamch(), template_lapack_latrs(), and template_lapack_rscl().
Referenced by mat::pocon().
1.6.1