|
void | init () |
|
void | finalize () |
|
int | spotrf (char uplo, int n, float *A, int lda) |
|
int | dpotrf (char uplo, int n, double *A, int lda) |
|
int | cpotrf (char uplo, int n, magmaFloatComplex *A, int lda) |
|
int | zpotrf (char uplo, int n, magmaDoubleComplex *A, int lda) |
|
int | strtri (char uplo, int n, float *A, int lda) |
|
int | dtrtri (char uplo, int n, double *A, int lda) |
|
int | ctrtri (char uplo, int n, magmaFloatComplex *A, int lda) |
|
int | ztrtri (char uplo, int n, magmaDoubleComplex *A, int lda) |
|
Interface to MAGMA functions.