|
PLASMA 2.3.1
|
00001 00014 #ifndef _PLASMA_WORKSPACE_H_ 00015 #define _PLASMA_WORKSPACE_H_ 00016 00017 #ifdef __cplusplus 00018 extern "C" { 00019 #endif 00020 00021 /***************************************************************************/ 00024 int plasma_alloc_ibnb(int M, int N, PLASMA_enum func, int type, void **memptr); 00025 int plasma_alloc_ibnb_tile(int M, int N, PLASMA_enum func, int type, PLASMA_desc **desc); 00026 int plasma_alloc_ipiv(int M, int N, PLASMA_enum func, void **memptr); 00027 00028 #ifdef __cplusplus 00029 } 00030 #endif 00031 00032 #endif
1.7.3