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

Go to the source code of this file.
Functions | |
| void | CORE_clag2z (int m, int n, PLASMA_Complex32_t *A, int lda, PLASMA_Complex64_t *B, int ldb) |
| void | CORE_zlag2c (int m, int n, PLASMA_Complex64_t *A, int lda, PLASMA_Complex32_t *B, int ldb, int *info) |
| void | QUARK_CORE_clag2z (Quark *quark, Quark_Task_Flags *task_flags, int m, int n, int nb, PLASMA_Complex32_t *A, int lda, PLASMA_Complex64_t *B, int ldb) |
| void | QUARK_CORE_zlag2c (Quark *quark, Quark_Task_Flags *task_flags, int m, int n, int nb, PLASMA_Complex64_t *A, int lda, PLASMA_Complex32_t *B, int ldb, PLASMA_sequence *sequence, PLASMA_request *request) |
| void | CORE_clag2z_quark (Quark *quark) |
| void | CORE_zlag2c_quark (Quark *quark) |
PLASMA auxiliary routines PLASMA is a software package provided by Univ. of Tennessee, Univ. of California Berkeley and Univ. of Colorado Denver
Definition in file core_zcblas.h.
| void CORE_clag2z | ( | int | m, |
| int | n, | ||
| PLASMA_Complex32_t * | A, | ||
| int | lda, | ||
| PLASMA_Complex64_t * | B, | ||
| int | ldb | ||
| ) |
Definition at line 90 of file core_zlag2c.c.

| void CORE_clag2z_quark | ( | Quark * | quark | ) |
Definition at line 122 of file core_zlag2c.c.
References A, B, and quark_unpack_args_6.

| void CORE_zlag2c | ( | int | m, |
| int | n, | ||
| PLASMA_Complex64_t * | A, | ||
| int | lda, | ||
| PLASMA_Complex32_t * | B, | ||
| int | ldb, | ||
| int * | info | ||
| ) |
| void CORE_zlag2c_quark | ( | Quark * | quark | ) |
Definition at line 63 of file core_zlag2c.c.
References A, B, plasma_sequence_flush(), PLASMA_SUCCESS, quark_unpack_args_8, and plasma_sequence_t::status.


| void QUARK_CORE_clag2z | ( | Quark * | quark, |
| Quark_Task_Flags * | task_flags, | ||
| int | m, | ||
| int | n, | ||
| int | nb, | ||
| PLASMA_Complex32_t * | A, | ||
| int | lda, | ||
| PLASMA_Complex64_t * | B, | ||
| int | ldb | ||
| ) |
Definition at line 100 of file core_zlag2c.c.
References CORE_clag2z_quark(), INOUT, INPUT, QUARK_Insert_Task(), and VALUE.


| void QUARK_CORE_zlag2c | ( | Quark * | quark, |
| Quark_Task_Flags * | task_flags, | ||
| int | m, | ||
| int | n, | ||
| int | nb, | ||
| PLASMA_Complex64_t * | A, | ||
| int | lda, | ||
| PLASMA_Complex32_t * | B, | ||
| int | ldb, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request | ||
| ) |
Definition at line 36 of file core_zlag2c.c.
References CORE_zlag2c_quark(), DAG_CORE_LAG2C, INPUT, OUTPUT, QUARK_Insert_Task(), and VALUE.

