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

Go to the source code of this file.
Functions | |
| void | CORE_dsygst (int itype, PLASMA_enum uplo, int N, double *A, int LDA, double *B, int LDB, int *INFO) |
| void | QUARK_CORE_dsygst (Quark *quark, Quark_Task_Flags *task_flags, int itype, PLASMA_enum uplo, int n, double *A, int lda, double *B, int ldb, PLASMA_sequence *sequence, PLASMA_request *request, int iinfo) |
| void | CORE_dsygst_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_dsygst.c.
| void CORE_dsygst | ( | int | itype, |
| PLASMA_enum | uplo, | ||
| int | N, | ||
| double * | A, | ||
| int | LDA, | ||
| double * | B, | ||
| int | LDB, | ||
| int * | INFO | ||
| ) |
Definition at line 27 of file core_dsygst.c.
References lapack_const.
| void CORE_dsygst_quark | ( | Quark * | quark | ) |
Definition at line 67 of file core_dsygst.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_dsygst | ( | Quark * | quark, |
| Quark_Task_Flags * | task_flags, | ||
| int | itype, | ||
| PLASMA_enum | uplo, | ||
| int | n, | ||
| double * | A, | ||
| int | lda, | ||
| double * | B, | ||
| int | ldb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request, | ||
| int | iinfo | ||
| ) |
Definition at line 39 of file core_dsygst.c.
References CORE_dsygst_quark(), INOUT, QUARK_Insert_Task(), and VALUE.

