|
MAGMA
1.2.0
MatrixAlgebraonGPUandMulticoreArchitectures
|
#include "common_magma.h"Go to the source code of this file.
Macros | |
| #define | PRECISION_z |
| #define | dA(i, j) (dA+(j)*ldda + (i)) |
Functions | |
| magma_int_t | magma_ztrtri_gpu (char uplo, char diag, magma_int_t n, cuDoubleComplex *dA, magma_int_t ldda, magma_int_t *info) |
| #define dA | ( | i, | |
| j | |||
| ) | (dA+(j)*ldda + (i)) |
Definition at line 28 of file ztrtri_gpu.cpp.
| #define PRECISION_z |
Definition at line 14 of file ztrtri_gpu.cpp.
| magma_int_t magma_ztrtri_gpu | ( | char | uplo, |
| char | diag, | ||
| magma_int_t | n, | ||
| cuDoubleComplex * | dA, | ||
| magma_int_t | ldda, | ||
| magma_int_t * | info | ||
| ) |
Definition at line 31 of file ztrtri_gpu.cpp.
References __func__, dA, diag, lapackf77_lsame, lapackf77_ztrtri, MAGMA_ERR_HOST_ALLOC, magma_free_host(), magma_get_zpotrf_nb(), magma_queue_create(), magma_queue_destroy(), magma_queue_sync(), MAGMA_SUCCESS, magma_xerbla(), MAGMA_Z_NEG_ONE, MAGMA_Z_ONE, magma_zgetmatrix(), magma_zgetmatrix_async(), magma_zmalloc_host(), magma_zsetmatrix(), magma_zsetmatrix_async(), magma_ztrmm(), magma_ztrsm(), MagmaLeft, MagmaLower, MagmaLowerStr, MagmaNonUnit, MagmaNoTrans, MagmaRight, MagmaUpper, MagmaUpperStr, max, min, uplo, and codegen::work.