|
PLASMA
2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
|

Go to the source code of this file.
Functions | |
| void | CORE_clauum (int uplo, int N, PLASMA_Complex32_t *A, int LDA) |
| void | QUARK_CORE_clauum (Quark *quark, Quark_Task_Flags *task_flags, int uplo, int n, int nb, PLASMA_Complex32_t *A, int lda) |
| void | CORE_clauum_quark (Quark *quark) |
PLASMA core_blas kernel PLASMA is a software package provided by Univ. of Tennessee, Univ. of California Berkeley and Univ. of Colorado Denver
Definition in file core_clauum.c.
| void CORE_clauum | ( | int | uplo, |
| int | N, | ||
| PLASMA_Complex32_t * | A, | ||
| int | LDA | ||
| ) |
Definition at line 29 of file core_clauum.c.
References lapack_const.
| void CORE_clauum_quark | ( | Quark * | quark | ) |
Definition at line 57 of file core_clauum.c.
References A, lapack_const, quark_unpack_args_4, and uplo.

| void QUARK_CORE_clauum | ( | Quark * | quark, |
| Quark_Task_Flags * | task_flags, | ||
| int | uplo, | ||
| int | n, | ||
| int | nb, | ||
| PLASMA_Complex32_t * | A, | ||
| int | lda | ||
| ) |
Definition at line 37 of file core_clauum.c.
References CORE_clauum_quark(), DAG_CORE_LAUUM, INOUT, QUARK_Insert_Task(), and VALUE.

