blob: 194dc56f220e7ada6e65f710131c37efa12cb93a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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
|