Dear Plasma
I wonder if the fortran interface (plasmaf.h) could be made f90 compatible.
Also, it seems to have some mistakes in the plasma_*f77.c interface in the gemm_tile functions where the
constants (alpha, beta) are declared as int.
E.g. plasma_df77.c:
void PLASMA_CGEMM_TILE(PLASMA_enum *transA, PLASMA_enum *transB, int *alpha, intptr_t *A, intptr_t *B, int *beta, intptr_t *C, int *INFO)
Thanks
V
