14 #ifndef _PLASMA_WORKSPACE_H_
15 #define _PLASMA_WORKSPACE_H_
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);