Re: [Lapackpp-devel] =?GB2312?B?SGxlcKOh?=
Status: Beta
Brought to you by:
cstim
From: Christian S. <sti...@tu...> - 2006-12-15 09:14:12
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 (Please always write to the mailing list lapackpp-devel, never to individual developers!) settingyin schrieb: > Stimming, >=20 > Hello! I=A1=AFm using LAPACK++,but something comfused me. > > I want to get A .* B=20 >=20 > A=3D 1 2 =20 > 3 4 =20 > B=3D3 2 > 4 4 > A .* B=3D 3 4 > 12 16 >=20 > But I can=A1=AFt get it direcly. I don't fully understand your question, but if you mean you want to have an "element-wise multiplication", then indeed this is *not* available in lapackpp. The reason is that lapackpp is merely a wrapper to the functionality that is offered by the numerical libraries LAPACK and BLAS, and those don't have this operation (probably because in numerics this operation is really never used). You will have to program it yoursel= f. Christian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQCVAwUBRYJnWmXAi+BfhivFAQLFyAP/Qb/m7jragdiss7pyLUyd/NzDjt1Ib2XZ /MdjU0p1BQfML9ZLIN1GX2W0C7uL8PiDvoANeIUiNPp6zqaqfw3s/KJLjqJ/lDvc tUSM2LtLgmbuH8X1yWSkaW/7SpSoonQaYdXV4cyK+7u/Akk1eOzF05nE00ukfPc7 vWCWmowRJ+E=3D =3DAkCa -----END PGP SIGNATURE----- |