Go to the source code of this file.
Functions | |
template<class Treal > | |
int | template_lapack_gesv (const integer *n, const integer *nrhs, Treal *a, const integer *lda, integer *ipiv, Treal *b, const integer *ldb, integer *info) |
int template_lapack_gesv | ( | const integer * | n, | |
const integer * | nrhs, | |||
Treal * | a, | |||
const integer * | lda, | |||
integer * | ipiv, | |||
Treal * | b, | |||
const integer * | ldb, | |||
integer * | info | |||
) | [inline] |
References maxMACRO, template_blas_erbla(), template_lapack_getrf(), and template_lapack_getrs().
Referenced by main(), solve_linear_equation_system(), test_gesv(), and thread_func().