freebsd-ports/math/lapack++/files/patch-include:laslv.h
Maho Nakata 789b5c5923 1. fix build on 5-CURRENT.
2. change e-mail address of maho.
3. honor CXX and CXXFLAGS.
4. modernize patch file names.
5. satisfy portlint.

Reviewed by: knu (mentor)
Reported by: bento
2002-11-19 13:52:23 +00:00

11 lines
420 B
C

--- 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