|
PLASMA
2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
|
#include "common.h"
Go to the source code of this file.
Functions | |
| int | PLASMA_zgetri (int N, PLASMA_Complex64_t *A, int LDA, int *IPIV) |
| int | PLASMA_zgetri_Tile (PLASMA_desc *A, int *IPIV) |
| int | PLASMA_zgetri_Tile_Async (PLASMA_desc *A, int *IPIV, PLASMA_desc *W, PLASMA_sequence *sequence, PLASMA_request *request) |
| int | PLASMA_Alloc_Workspace_zgetri_Tile_Async (PLASMA_desc *A, PLASMA_desc *W) |
PLASMA computational routines PLASMA is a software package provided by Univ. of Tennessee, Univ. of California Berkeley and Univ. of Colorado Denver
Definition in file zgetri.c.
| int PLASMA_Alloc_Workspace_zgetri_Tile_Async | ( | PLASMA_desc * | A, |
| PLASMA_desc * | W | ||
| ) |
Definition at line 311 of file zgetri.c.
References plasma_desc_t::m, plasma_desc_t::mb, plasma_desc_t::nb, plasma_desc_mat_free(), PLASMA_SUCCESS, and plasma_zdesc_alloc.

