ports/math/lapack++/files/patch-laslv.h
Ying-Chieh Liao c93bf47f91 add lapack++ 1.1
Linear Algebra PACKage in C++, a wrapper for LAPACK

PR:		39653
Submitted by:	Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
2002-06-22 17:10:55 +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