diff options
Diffstat (limited to 'math/lapack++/files/patch-laslv.h')
-rw-r--r-- | math/lapack++/files/patch-laslv.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/lapack++/files/patch-laslv.h b/math/lapack++/files/patch-laslv.h new file mode 100644 index 000000000000..194dc56f220e --- /dev/null +++ b/math/lapack++/files/patch-laslv.h @@ -0,0 +1,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 + + |