SIRIUS 7.5.0
Electronic structure library and applications
Functions
sirius::acc::lapack Namespace Reference

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)
 

Detailed Description

Interface to accelerated lapack functions.

Function Documentation

◆ getrf()

int sirius::acc::lapack::getrf ( int  m,
int  n,
acc_complex_double_t *  A,
int *  devIpiv,
int  lda 
)
inline

Definition at line 39 of file acc_lapack.hpp.

◆ getrs()

int sirius::acc::lapack::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 
)
inline

Definition at line 68 of file acc_lapack.hpp.