diff --git a/noncblas.h b/noncblas.h index d8db5fd..7b2783a 100644 --- a/noncblas.h +++ b/noncblas.h @@ -666,10 +666,19 @@ int cblas_errprn(int ierr, int info, char *form, ...); #endif +#endif /*NONCBLAS*/ + +#ifdef NONCLAPACK +#ifndef NONCLAPACK_H +#define NONCLAPACK_H + +#ifndef NONCBLAS +#include +#endif + /*from clapack.h*/ int clapack_dgesv(const enum CBLAS_ORDER Order, const int N, const int NRHS, double *A, const int lda, int *ipiv, double *B, const int ldb); - - +#endif #endif