summaryrefslogtreecommitdiff
path: root/src/includes/lapack.h
diff options
context:
space:
mode:
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 30cb731f..c32e0dac 100644
--- a/src/includes/lapack.h
+++ b/src/includes/lapack.h
@@ -142,4 +142,7 @@ extern int C2F(idamax)() ;/* could be transcribe easaly in c */
extern int C2F(daxpy) () ;/* could be transcribe easaly in c */
extern int C2F(dscal) () ;/* could be transcribe easaly in c */
extern int C2F(dasum) () ;/* could be transcribe easaly in c */
+
+extern int C2F(zgees)();
+extern int C2F(dpotrf)();
#endif /* !__LAPACK_H__ */