aboutsummaryrefslogtreecommitdiff
path: root/math/lapack++/files/patch-include:laslv.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/lapack++/files/patch-include:laslv.h')
-rw-r--r--math/lapack++/files/patch-include:laslv.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/lapack++/files/patch-include:laslv.h b/math/lapack++/files/patch-include:laslv.h
deleted file mode 100644
index 194dc56f220e..000000000000
--- a/math/lapack++/files/patch-include:laslv.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/laslv.h~ Tue Feb 29 05:42:27 2000
-+++ include/laslv.h Wed May 22 21:51:02 2002
-@@ -51,7 +51,7 @@
- void LaEigSolve(const LaSymmMatDouble &S, LaVectorDouble &eigvals,
- LaGenMatDouble &eigvec);
- void LaEigSolveIP(LaSymmMatDouble &S, LaVectorDouble &eigvals);
--void LaEigSolveVecIP(LaSymmMatDouble &S, LaVectorDouble &eigvals);
-+void LaEigSolveVecIP(LaGenMatDouble &A, LaVectorDouble &eigvals);
- #endif
-
-