Re: [Lapackpp-devel] New resize-methods
Status: Beta
Brought to you by:
cstim
From: Christian S. <sti...@tu...> - 2006-11-22 12:05:31
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dominik Wagenfuehr schrieb: > could you please add the resize-methods in the files attached (These are > the changed CVS-files!). I need to resize a symmetric matrix and a > vector and therefore had to implement it in these classes. I have > changed nothing else, so the matrix classes are far from optimized. Ok, applied. Thanks a lot. I've modified your proposed version in the LaVectorDouble in order to have the same behaviour as the existing size arguments in the constructor. > Do you know why LaSymmMatDouble needs two arguments in the constructor? > Unfortunately it's not even checked if they are the same, I mean "assert > ( m ==n );" ... Interesting :-) . No, I don't know. In the current form this is obviously wrong. The LaSymmMatDouble matrix, as well as the LowerTriangBlaBlaBla matrix, should have a one-argument constructor each. Regards, Christian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQCVAwUBRWQ882XAi+BfhivFAQK6HgQAqCJePmHhzxP19t4DGn3+vC/KuaJJ7FHM yWvl2PLLOeyOG7L2/eOidRBrhz0JYer7qiF+YZYb8aYZPTvXNCtCThqgUyNTCSAG f5Kv+rbOVM4D7c3tp5PbmQAJ/tMFHsTma8QQJexW6kgfnp6nXf1AofZgOK3tK0MB y4Jo5IoYUrI= =EDWd -----END PGP SIGNATURE----- |