Re: [Lapackpp-devel] Error in LaGenMatDouble::copy(...) and other questions
Status: Beta
Brought to you by:
cstim
From: Christian S. <sti...@tu...> - 2006-11-17 11:11:07
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dominik Wagenfuehr schrieb: > Please take a close look at the documentation. I'm not that much > experienced with doxygen syntax... Most parts I have copied from gmd.h. > I hope this is okay. :) Review finished. Feel free to work with the latest CVS code now. Are you subscribed to the lapackpp-cvs list? You should. But after I read the wikipedia page http://en.wikipedia.org/wiki/Band_matrix I actually asked myself: Is sybmd.h really a *symmetric* banded matrix? Is this fact of symmetry used anywhere inside this class? Surely, in terms of optimized storage, we would need to store only 1*p+1 instead of 2*p+1 elements... Seems to me the matrix class itself rather implements a general band matrix, and only the particular LAPACK functions will use this only as symmetric matrix. Maybe in that case we might consider renaming this class to LaBandMatDouble and have a different class make up a LaSymmBandMatDouble? Whatever. I don't really care. Christian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQCVAwUBRV2Yv2XAi+BfhivFAQKItAP8DOd0a01RlOPPDpaaqQtkMrjBOc00kR7c 6BApgPQtuNeXn4vKSbxNh2ZTZE0iw9wnq9xIln9x7+gSvgwqlz6MmiTLxBctADno DS/3roxSQOe63F8srQtq21oxrMgikXeAtRG3qRLzb0/R9+zE2mGwvNGCWblG2FTH 9iNIyr4WJKI= =9FlK -----END PGP SIGNATURE----- |