Re: [Lapackpp-devel] Updates
Status: Beta
Brought to you by:
cstim
From: Christian S. <sti...@tu...> - 2005-04-06 10:04:09
|
Dear Jack, yes, I've seen your code. It looks quite good and I didn't have any=20 further questions (otherwise I'd have replied earlier). Have you=20 verified the new functions that they really do what they are supposed=20 to? If yes, then it's good. If you want to, I could make a 2.2.1 release=20 with your functions added, but otherwise I'd wait until May for the next=20 release. Regards, Christian Jacob (Jack) Gryn schrieb: > Incase you haven=92t noticed, I=92ve updated the CVS with the following= =20 > additions: >=20 > =20 >=20 > - Addition of LUInverse and Addition of LaEigSolve for=20 > general-purpose matrices. >=20 > =20 >=20 > There are two versions of the Inverse; one of which, you can re-use the= =20 > =91work=92 variable. >=20 > =20 >=20 > There are two versions of the LaEigSolve; the input is a square=20 > LaGenMatDouble =96 since the output may have complex eigenvalues, one=20 > version has output with an LaVectorComplex eigenvalue set, and the othe= r=20 > version has two LaVectorDouble eigenvalue sets (one real and one=20 > imaginary; in case you only need one or wish to deal with real and=20 > imaginary data separately, it won=92t allocate more memory). Both=20 > versions give a LaGenMatDouble matrix for the set of eigenvectors. >=20 > =20 >=20 > Jack >=20 |