ergo
|
Go to the source code of this file.
Functions | |
template<class Treal > | |
int | template_lapack_getrs (const char *trans, const integer *n, const integer *nrhs, const Treal *a, const integer *lda, const integer *ipiv, Treal *b, const integer *ldb, integer *info) |
int template_lapack_getrs | ( | const char * | trans, |
const integer * | n, | ||
const integer * | nrhs, | ||
const Treal * | a, | ||
const integer * | lda, | ||
const integer * | ipiv, | ||
Treal * | b, | ||
const integer * | ldb, | ||
integer * | info | ||
) |
References maxMACRO, template_blas_erbla(), template_blas_lsame(), template_blas_trsm(), and template_lapack_laswp().
Referenced by template_lapack_gesv().