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

Go to the source code of this file.
Functions | |
| void | CORE_ctrtri (int uplo, int diag, int N, PLASMA_Complex32_t *A, int LDA, int *info) |
| void | QUARK_CORE_ctrtri (Quark *quark, Quark_Task_Flags *task_flags, int uplo, int diag, int n, int nb, PLASMA_Complex32_t *A, int lda, PLASMA_sequence *sequence, PLASMA_request *request, int iinfo) |
| void | CORE_ctrtri_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_ctrtri.c.
| void CORE_ctrtri | ( | int | uplo, |
| int | diag, | ||
| int | N, | ||
| PLASMA_Complex32_t * | A, | ||
| int | LDA, | ||
| int * | info | ||
| ) |
Definition at line 29 of file core_ctrtri.c.
References lapack_const.
| void CORE_ctrtri_quark | ( | Quark * | quark | ) |
Definition at line 67 of file core_ctrtri.c.
References A, diag, lapack_const, plasma_sequence_flush(), PLASMA_SUCCESS, quark_unpack_args_8, plasma_sequence_t::status, and uplo.


| void QUARK_CORE_ctrtri | ( | Quark * | quark, |
| Quark_Task_Flags * | task_flags, | ||
| int | uplo, | ||
| int | diag, | ||
| int | n, | ||
| int | nb, | ||
| PLASMA_Complex32_t * | A, | ||
| int | lda, | ||
| PLASMA_sequence * | sequence, | ||
| PLASMA_request * | request, | ||
| int | iinfo | ||
| ) |
Definition at line 40 of file core_ctrtri.c.
References CORE_ctrtri_quark(), INOUT, QUARK_Insert_Task(), and VALUE.

