diff options
Diffstat (limited to 'includes/blas.h')
-rw-r--r-- | includes/blas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/blas.h b/includes/blas.h index 86ab62f6..f4b0bdad 100644 --- a/includes/blas.h +++ b/includes/blas.h @@ -150,7 +150,7 @@ void dgemm_(char *TRANSA, char* TRANSB, int *M, int *N, int *K, double *B, int *LDB, double *BETA, double *C, int *LDC);*/ -extern int C2F(dgemm)(); +extern int C2F(dgemm)(char *,char*,int*,int*,int*,double*,double*,int*,double*,int*,double*,double*,int*); extern int C2F(idamax)() ;/* could be transcribe easaly in c */ extern int C2F(daxpy) () ;/* could be transcribe easaly in c */ extern int C2F(dscal) () ;/* could be transcribe easaly in c */ |