|
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_ssyr2k (int uplo, int trans, int N, int K, float alpha, float *A, int LDA, float *B, int LDB, float beta, float *C, int LDC) |
| void | QUARK_CORE_ssyr2k (Quark *quark, Quark_Task_Flags *task_flags, int uplo, int trans, int n, int k, int nb, float alpha, float *A, int lda, float *B, int ldb, float beta, float *C, int ldc) |
| void | CORE_ssyr2k_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_ssyr2k.c.
| void CORE_ssyr2k | ( | int | uplo, |
| int | trans, | ||
| int | N, | ||
| int | K, | ||
| float | alpha, | ||
| float * | A, | ||
| int | LDA, | ||
| float * | B, | ||
| int | LDB, | ||
| float | beta, | ||
| float * | C, | ||
| int | LDC | ||
| ) |
Definition at line 28 of file core_ssyr2k.c.
References cblas_ssyr2k(), and CblasColMajor.


| void CORE_ssyr2k_quark | ( | Quark * | quark | ) |
Definition at line 76 of file core_ssyr2k.c.
References A, B, C, CORE_ssyr2k(), quark_unpack_args_12, trans, and uplo.


| void QUARK_CORE_ssyr2k | ( | Quark * | quark, |
| Quark_Task_Flags * | task_flags, | ||
| int | uplo, | ||
| int | trans, | ||
| int | n, | ||
| int | k, | ||
| int | nb, | ||
| float | alpha, | ||
| float * | A, | ||
| int | lda, | ||
| float * | B, | ||
| int | ldb, | ||
| float | beta, | ||
| float * | C, | ||
| int | ldc | ||
| ) |
Definition at line 45 of file core_ssyr2k.c.
References CORE_ssyr2k_quark(), DAG_CORE_SYR2K, INOUT, INPUT, QUARK_Insert_Task(), and VALUE.

