PLASMA  2.4.5
PLASMA - Parallel Linear Algebra for Scalable Multi-core Architectures
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
cgetri.c File Reference
#include "common.h"
Include dependency graph for cgetri.c:

Go to the source code of this file.

Functions

int PLASMA_cgetri (int N, PLASMA_Complex32_t *A, int LDA, int *IPIV)
int PLASMA_cgetri_Tile (PLASMA_desc *A, int *IPIV)
int PLASMA_cgetri_Tile_Async (PLASMA_desc *A, int *IPIV, PLASMA_desc *W, PLASMA_sequence *sequence, PLASMA_request *request)
int PLASMA_Alloc_Workspace_cgetri_Tile_Async (PLASMA_desc *A, PLASMA_desc *W)

Detailed Description

PLASMA computational routines PLASMA is a software package provided by Univ. of Tennessee, Univ. of California Berkeley and Univ. of Colorado Denver

Version:
2.4.5
Author:
Hatem Ltaief
Date:
2010-11-15 c Tue Nov 22 14:35:35 2011

Definition in file cgetri.c.


Function Documentation

int PLASMA_Alloc_Workspace_cgetri_Tile_Async ( PLASMA_desc A,
PLASMA_desc W 
)

Definition at line 311 of file cgetri.c.

References plasma_desc_t::m, plasma_desc_t::mb, plasma_desc_t::nb, plasma_cdesc_alloc, plasma_desc_mat_free(), and PLASMA_SUCCESS.

{
plasma_cdesc_alloc( *W, A->mb, A->nb, A->m, A->nb, 0, 0, A->m, A->nb,
}

Here is the call graph for this function:

Here is the caller graph for this function: