|
MAGMA
1.2.0
MatrixAlgebraonGPUandMulticoreArchitectures
|
#include "common_magma.h"Go to the source code of this file.
Macros | |
| #define | PRECISION_s |
| #define | magma_sgemm magmablas_sgemm |
| #define | magma_strsm magmablas_strsm |
| #define | A(i, j) (a +(j)*lda + (i)) |
| #define | dA(i, j) (work+(j)*ldda + (i)) |
Functions | |
| magma_int_t | magma_strtri (char uplo, char diag, magma_int_t n, float *a, magma_int_t lda, magma_int_t *info) |
| #define A | ( | i, | |
| j | |||
| ) | (a +(j)*lda + (i)) |
Definition at line 28 of file strtri.cpp.
| #define dA | ( | i, | |
| j | |||
| ) | (work+(j)*ldda + (i)) |
Definition at line 29 of file strtri.cpp.
| #define magma_sgemm magmablas_sgemm |
Definition at line 16 of file strtri.cpp.
| #define magma_strsm magmablas_strsm |
Definition at line 17 of file strtri.cpp.
| #define PRECISION_s |
Definition at line 14 of file strtri.cpp.
| magma_int_t magma_strtri | ( | char | uplo, |
| char | diag, | ||
| magma_int_t | n, | ||
| float * | a, | ||
| magma_int_t | lda, | ||
| magma_int_t * | info | ||
| ) |
Definition at line 33 of file strtri.cpp.
References __func__, A, dA, diag, lapackf77_lsame, lapackf77_strtri(), MAGMA_ERR_DEVICE_ALLOC, magma_free(), magma_get_spotrf_nb(), magma_queue_create(), magma_queue_destroy(), magma_queue_sync(), MAGMA_S_NEG_ONE, MAGMA_S_ONE, magma_sgetmatrix_async(), magma_smalloc(), magma_ssetmatrix(), magma_strmm(), magma_strsm, MAGMA_SUCCESS, magma_xerbla(), MagmaLeft, MagmaLower, MagmaLowerStr, MagmaNonUnit, MagmaNoTrans, MagmaRight, MagmaUpper, MagmaUpperStr, max, min, uplo, and codegen::work.