diff options
Diffstat (limited to 'include/gensvm_lapack.h')
| -rw-r--r-- | include/gensvm_lapack.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/gensvm_lapack.h b/include/gensvm_lapack.h index a664cba..c4e58e8 100644 --- a/include/gensvm_lapack.h +++ b/include/gensvm_lapack.h @@ -12,8 +12,6 @@ #ifndef GENSVM_LAPACK_H #define GENSVM_LAPACK_H -#include "globals.h" - int dposv(char UPLO, int N, int NRHS, double *A, int LDA, double *B, int LDB); int dsysv(char UPLO, int N, int NRHS, double *A, int LDA, int *IPIV, |
