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

Go to the source code of this file.
Functions | |
| void | CORE_zlaset (PLASMA_enum uplo, int M, int N, PLASMA_Complex64_t alpha, PLASMA_Complex64_t beta, PLASMA_Complex64_t *A, int LDA) |
| void | QUARK_CORE_zlaset (Quark *quark, Quark_Task_Flags *task_flags, PLASMA_enum uplo, int M, int N, PLASMA_Complex64_t alpha, PLASMA_Complex64_t beta, PLASMA_Complex64_t *A, int LDA) |
| void | CORE_zlaset_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_zlaset.c.
| void CORE_zlaset | ( | PLASMA_enum | uplo, |
| int | M, | ||
| int | N, | ||
| PLASMA_Complex64_t | alpha, | ||
| PLASMA_Complex64_t | beta, | ||
| PLASMA_Complex64_t * | A, | ||
| int | LDA | ||
| ) |
CORE_zlaset - Sets the elements of the matrix A on the diagonal to beta and on the off-diagonals to alpha
| [in] | uplo | Specifies which elements of the matrix are to be set = PlasmaUpper: Upper part of A is set; = PlasmaLower: Lower part of A is set; = PlasmaUpperLower: ALL elements of A are set. |
| [in] | M | The number of rows of the matrix A. M >= 0. |
| [in] | N | The number of columns of the matrix A. N >= 0. |
| [in] | alpha | The constant to which the off-diagonal elements are to be set. |
| [in] | beta | The constant to which the diagonal elements are to be set. |
| [in,out] | A | On entry, the M-by-N tile A. On exit, A has been set accordingly. |
| [in] | LDA | The leading dimension of the array A. LDA >= max(1,M). |
Definition at line 58 of file core_zlaset.c.
References lapack_const.

| void CORE_zlaset_quark | ( | Quark * | quark | ) |
Definition at line 95 of file core_zlaset.c.
References A, lapack_const, quark_unpack_args_7, and uplo.

| void QUARK_CORE_zlaset | ( | Quark * | quark, |
| Quark_Task_Flags * | task_flags, | ||
| PLASMA_enum | uplo, | ||
| int | M, | ||
| int | N, | ||
| PLASMA_Complex64_t | alpha, | ||
| PLASMA_Complex64_t | beta, | ||
| PLASMA_Complex64_t * | A, | ||
| int | LDA | ||
| ) |
Definition at line 71 of file core_zlaset.c.
References CORE_zlaset_quark(), DAG_CORE_LASET, OUTPUT, QUARK_Insert_Task(), and VALUE.

