|
MAGMA
1.2.0
MatrixAlgebraonGPUandMulticoreArchitectures
|
#include "common_magma.h"Go to the source code of this file.
Macros | |
| #define | A(i, j) (A + i + j*lda) |
Functions | |
| static int | is_devptr (void *A) |
| void | magma_cprint (int m, int n, cuFloatComplex *A, int lda) |
| void | magma_cprint_gpu (int m, int n, cuFloatComplex *dA, int ldda) |
| #define A | ( | i, | |
| j | |||
| ) | (A + i + j*lda) |
Definition at line 47 of file cprint.cpp.
|
static |
Definition at line 21 of file cprint.cpp.
| void magma_cprint | ( | int | m, |
| int | n, | ||
| cuFloatComplex * | A, | ||
| int | lda | ||
| ) |
Definition at line 52 of file cprint.cpp.
References A, is_devptr(), MAGMA_C_EQUAL, MAGMA_C_REAL, and MAGMA_C_ZERO.
| void magma_cprint_gpu | ( | int | m, |
| int | n, | ||
| cuFloatComplex * | dA, | ||
| int | ldda | ||
| ) |
Definition at line 81 of file cprint.cpp.
References A, is_devptr(), and magma_cprint().