|
SIRIUS 7.5.0
Electronic structure library and applications
|
Interface to some of the MAGMA functions. More...
Go to the source code of this file.
Namespaces | |
| module | sirius |
| Namespace of the SIRIUS library. | |
| namespace | sirius::magma |
| Interface to MAGMA functions. | |
Functions | |
| void | sirius::magma::init () |
| void | sirius::magma::finalize () |
| int | sirius::magma::spotrf (char uplo, int n, float *A, int lda) |
| int | sirius::magma::dpotrf (char uplo, int n, double *A, int lda) |
| int | sirius::magma::cpotrf (char uplo, int n, magmaFloatComplex *A, int lda) |
| int | sirius::magma::zpotrf (char uplo, int n, magmaDoubleComplex *A, int lda) |
| int | sirius::magma::strtri (char uplo, int n, float *A, int lda) |
| int | sirius::magma::dtrtri (char uplo, int n, double *A, int lda) |
| int | sirius::magma::ctrtri (char uplo, int n, magmaFloatComplex *A, int lda) |
| int | sirius::magma::ztrtri (char uplo, int n, magmaDoubleComplex *A, int lda) |
Interface to some of the MAGMA functions.
Definition in file magma.hpp.