|
PLASMA
2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
|
#include "common.h"
Go to the source code of this file.
Macros | |
| #define | COMPLEX |
Functions | |
| void | CORE_zherk (int uplo, int trans, int N, int K, double alpha, PLASMA_Complex64_t *A, int LDA, double beta, PLASMA_Complex64_t *C, int LDC) |
| void | QUARK_CORE_zherk (Quark *quark, Quark_Task_Flags *task_flags, int uplo, int trans, int n, int k, int nb, double alpha, PLASMA_Complex64_t *A, int lda, double beta, PLASMA_Complex64_t *C, int ldc) |
| void | CORE_zherk_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_zherk.c.
| #define COMPLEX |
Definition at line 20 of file core_zherk.c.
| void CORE_zherk | ( | int | uplo, |
| int | trans, | ||
| int | N, | ||
| int | K, | ||
| double | alpha, | ||
| PLASMA_Complex64_t * | A, | ||
| int | LDA, | ||
| double | beta, | ||
| PLASMA_Complex64_t * | C, | ||
| int | LDC | ||
| ) |
Definition at line 31 of file core_zherk.c.
References cblas_zherk(), and CblasColMajor.


| void CORE_zherk_quark | ( | Quark * | quark | ) |
Definition at line 75 of file core_zherk.c.
References A, C, cblas_zherk(), CblasColMajor, quark_unpack_args_10, trans, and uplo.


| void QUARK_CORE_zherk | ( | Quark * | quark, |
| Quark_Task_Flags * | task_flags, | ||
| int | uplo, | ||
| int | trans, | ||
| int | n, | ||
| int | k, | ||
| int | nb, | ||
| double | alpha, | ||
| PLASMA_Complex64_t * | A, | ||
| int | lda, | ||
| double | beta, | ||
| PLASMA_Complex64_t * | C, | ||
| int | ldc | ||
| ) |
Definition at line 47 of file core_zherk.c.
References CORE_zherk_quark(), DAG_CORE_HERK, INOUT, INPUT, QUARK_Insert_Task(), and VALUE.

