diff options
Diffstat (limited to 'include/gensvm_lapack.h')
| -rw-r--r-- | include/gensvm_lapack.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/gensvm_lapack.h b/include/gensvm_lapack.h index c4e58e8..843169b 100644 --- a/include/gensvm_lapack.h +++ b/include/gensvm_lapack.h @@ -12,13 +12,4 @@ #ifndef GENSVM_LAPACK_H #define GENSVM_LAPACK_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, - double *B, int LDB, double *WORK, int LWORK); -int dsyevx(char JOBZ, char RANGE, char UPLO, int N, double *A, int LDA, - double VL, double VU, int IL, int IU, double ABSTOL, - int *M, double *W, double *Z, int LDZ, double *WORK, int LWORK, - int *IWORK, int *IFAIL); -double dlamch(char CMACH); #endif |
