summaryrefslogtreecommitdiff
path: root/2.3-1/includes/lapack.h
diff options
context:
space:
mode:
Diffstat (limited to '2.3-1/includes/lapack.h')
-rw-r--r--2.3-1/includes/lapack.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/2.3-1/includes/lapack.h b/2.3-1/includes/lapack.h
index d3f6cb32..5f12bc25 100644
--- a/2.3-1/includes/lapack.h
+++ b/2.3-1/includes/lapack.h
@@ -195,13 +195,6 @@ extern doubleComplex zgesvd_( char* , char* , int* , int* ,doubleComplex *,\
int* , double* ,doubleComplex* , int* ,doubleComplex* , int* ,\
doubleComplex* , int* , double* , int* );
-/*USed in QR decompsition*/
-extern double dgeqrf_(int *,int *,double *,int *,double *,double *,int *,int *);
-extern double dgeqpf_(int *,int *,double *,int *,int *,double *,double *,int *);
-extern double dorgqr_(int *,int *,int *,double *,int *,double *,double *,int *,int *);
-extern void dlaset_(char *,int *,int *,double *,double *,double *,int *);
-
-
#ifdef __cplusplus
} /* extern "C" */
#endif