|
PLASMA
2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
|
#include "common.h"
Go to the source code of this file.
Functions | |
| void | CORE_dsymm (int side, int uplo, int M, int N, double alpha, double *A, int LDA, double *B, int LDB, double beta, double *C, int LDC) |
| void | QUARK_CORE_dsymm (Quark *quark, Quark_Task_Flags *task_flags, int side, int uplo, int m, int n, int nb, double alpha, double *A, int lda, double *B, int ldb, double beta, double *C, int ldc) |
| void | CORE_dsymm_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_dsymm.c.
| void CORE_dsymm | ( | int | side, |
| int | uplo, | ||
| int | M, | ||
| int | N, | ||
| double | alpha, | ||
| double * | A, | ||
| int | LDA, | ||
| double * | B, | ||
| int | LDB, | ||
| double | beta, | ||
| double * | C, | ||
| int | LDC | ||
| ) |
Definition at line 28 of file core_dsymm.c.
References cblas_dsymm(), and CblasColMajor.


| void CORE_dsymm_quark | ( | Quark * | quark | ) |
Definition at line 77 of file core_dsymm.c.
References A, B, C, cblas_dsymm(), CblasColMajor, quark_unpack_args_12, side, and uplo.


| void QUARK_CORE_dsymm | ( | Quark * | quark, |
| Quark_Task_Flags * | task_flags, | ||
| int | side, | ||
| int | uplo, | ||
| int | m, | ||
| int | n, | ||
| int | nb, | ||
| double | alpha, | ||
| double * | A, | ||
| int | lda, | ||
| double * | B, | ||
| int | ldb, | ||
| double | beta, | ||
| double * | C, | ||
| int | ldc | ||
| ) |
Definition at line 46 of file core_dsymm.c.
References CORE_dsymm_quark(), DAG_CORE_SYMM, INOUT, INPUT, QUARK_Insert_Task(), and VALUE.

