|
ergo
|
Go to the source code of this file.
Macros | |
| #define | a_ref(a_1, a_2) |
Functions | |
| template<class Treal> | |
| int | template_lapack_getf2 (const integer *m, const integer *n, Treal *a, const integer *lda, integer *ipiv, integer *info) |
| #define a_ref | ( | a_1, | |
| a_2 ) |
Referenced by template_lapack_getf2().
| int template_lapack_getf2 | ( | const integer * | m, |
| const integer * | n, | ||
| Treal * | a, | ||
| const integer * | lda, | ||
| integer * | ipiv, | ||
| integer * | info ) |
References a_ref, maxMACRO, minMACRO, template_blas_erbla(), template_blas_ger(), template_blas_idamax(), template_blas_scal(), and template_blas_swap().
Referenced by template_lapack_getrf().