summaryrefslogtreecommitdiff
path: root/src/includes/lapack.h
diff options
context:
space:
mode:
authorsimon2008-07-17 11:05:30 +0000
committersimon2008-07-17 11:05:30 +0000
commitd3308280f79fc8efce924990f8ad53c77e13527c (patch)
tree4af7d1a0eb1c06b8d6c02262bec37fb60b469737 /src/includes/lapack.h
parent2eb20fe56500c3adc6a63a2ed9d10daf527eff33 (diff)
downloadscilab2c-d3308280f79fc8efce924990f8ad53c77e13527c.tar.gz
scilab2c-d3308280f79fc8efce924990f8ad53c77e13527c.tar.bz2
scilab2c-d3308280f79fc8efce924990f8ad53c77e13527c.zip
renamed and added file to make the difference bewteen right and left
division , function still not all implemented and still not giving the good result , youpi
Diffstat (limited to 'src/includes/lapack.h')
-rw-r--r--src/includes/lapack.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/includes/lapack.h b/src/includes/lapack.h
index 8bc4744e..020b435f 100644
--- a/src/includes/lapack.h
+++ b/src/includes/lapack.h
@@ -83,5 +83,8 @@ extern double dgelsy_ (int* M, int* N, int* NRHS, double* A, int* LDA,
double* B, int* LDB, int* JPVT, double* RCOND, int* RANK,
double* WORK, int* LWORK, int* INFO) ;
+extern double dlacpy_ (char* NORM, int* M, int* N, double* A, int* LDA,
+ double* B, int* LDB );
+
#endif /* !__LAPACK_H__ */