SIRIUS 7.5.0
Electronic structure library and applications
|
Interface to accelerated lapack functions. More...
Functions | |
int | getrf (int m, int n, acc_complex_double_t *A, int *devIpiv, int lda) |
int | getrs (char trans, int n, int nrhs, const acc_complex_double_t *A, int lda, const int *devIpiv, acc_complex_double_t *B, int ldb) |
Interface to accelerated lapack functions.
|
inline |
Definition at line 39 of file acc_lapack.hpp.
|
inline |
Definition at line 68 of file acc_lapack.hpp.