summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlhan Özgen <ilhan.oezgen@wahyd.tu-berlin.de>2017-06-08 15:50:58 +0200
committerIlhan Özgen <ilhan.oezgen@wahyd.tu-berlin.de>2017-06-08 15:50:58 +0200
commit29d6b487f776c83c11055a4a5a310751c45da87d (patch)
tree7644fbe62145ced66aeccb310bb2168164e2713a
parente90f264c5c8be579ffb213596dbdd744520a2d10 (diff)
clean up solver.h
-rw-r--r--solver.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/solver.h b/solver.h
index 2404897..964edc3 100644
--- a/solver.h
+++ b/solver.h
@@ -28,8 +28,6 @@
int pcg(struct diag*, double*, double*, struct diag*, double);
-int bicgstab(struct diag*, double*, double*, struct diag*, double);
-
int bic(struct diag*, double*, double*, struct diag*, double);
#endif