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
workspace.h
Go to the documentation of this file.
1 
14 #ifndef _PLASMA_WORKSPACE_H_
15 #define _PLASMA_WORKSPACE_H_
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
21 /***************************************************************************/
24 int plasma_alloc_ibnb(int M, int N, PLASMA_enum func, int type, void **memptr);
25 int plasma_alloc_ibnb_tile(int M, int N, PLASMA_enum func, int type, PLASMA_desc **desc);
26 int plasma_alloc_ipiv(int M, int N, PLASMA_enum func, void **memptr);
27 
28 #ifdef __cplusplus
29 }
30 #endif
31 
32 #endif