|
MAGMA
1.2.0
MatrixAlgebraonGPUandMulticoreArchitectures
|
#include "common_magma.h"Go to the source code of this file.
Functions | |
| void | cpanel_to_q (char uplo, int ib, cuFloatComplex *A, int lda, cuFloatComplex *work) |
| void | cq_to_panel (char uplo, int ib, cuFloatComplex *A, int lda, cuFloatComplex *work) |
| void cpanel_to_q | ( | char | uplo, |
| int | ib, | ||
| cuFloatComplex * | A, | ||
| int | lda, | ||
| cuFloatComplex * | work | ||
| ) |
Definition at line 17 of file cpanel_to_q.cpp.
References MAGMA_C_ONE, and MAGMA_C_ZERO.
| void cq_to_panel | ( | char | uplo, |
| int | ib, | ||
| cuFloatComplex * | A, | ||
| int | lda, | ||
| cuFloatComplex * | work | ||
| ) |
Definition at line 57 of file cpanel_to_q.cpp.