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

Go to the source code of this file.
Functions | |
| void | CORE_ssygst (int itype, PLASMA_enum uplo, int N, float *A, int LDA, float *B, int LDB, int *INFO) |
| void | QUARK_CORE_ssygst (Quark *quark, Quark_Task_Flags *task_flags, int itype, PLASMA_enum uplo, int n, float *A, int lda, float *B, int ldb, PLASMA_sequence *sequence, PLASMA_request *request, int iinfo) |
| void | CORE_ssygst_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_ssygst.c.
| void CORE_ssygst | ( | int | itype, |
| PLASMA_enum | uplo, | ||
| int | N, | ||
| float * | A, | ||
| int | LDA, | ||
| float * | B, | ||
| int | LDB, | ||
| int * | INFO | ||
| ) |
Definition at line 27 of file core_ssygst.c.
References lapack_const.
| void CORE_ssygst_quark | ( | Quark * | quark | ) |
Definition at line 67 of file core_ssygst.c.
References A, B, itype, lapack_const, plasma_sequence_flush(), PLASMA_SUCCESS, quark_unpack_args_10, plasma_sequence_t::status, and uplo.


| void QUARK_CORE_ssygst | ( | Quark * | quark, |
| Quark_Task_Flags * | task_flags, | ||
| int | itype, | ||
| PLASMA_enum | uplo, | ||
| int | n, | ||
| float * | A, | ||
| int | lda, | ||
| float * | B, | ||
| int | ldb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request, | ||
| int | iinfo | ||
| ) |
Definition at line 39 of file core_ssygst.c.
References CORE_ssygst_quark(), INOUT, QUARK_Insert_Task(), and VALUE.

