[Lapackpp-devel] Updates
Status: Beta
Brought to you by:
cstim
From: Jacob \(Jack\) G. <jg...@cs...> - 2005-04-05 21:40:17
|
Incase you haven't noticed, I've updated the CVS with the following additions: - Addition of LUInverse and Addition of LaEigSolve for general-purpose matrices. There are two versions of the Inverse; one of which, you can re-use the 'work' variable. There are two versions of the LaEigSolve; the input is a square LaGenMatDouble - since the output may have complex eigenvalues, one version has output with an LaVectorComplex eigenvalue set, and the other version has two LaVectorDouble eigenvalue sets (one real and one imaginary; in case you only need one or wish to deal with real and imaginary data separately, it won't allocate more memory). Both versions give a LaGenMatDouble matrix for the set of eigenvectors. Jack |