Re: [eigen] Google Summer of Code 2018 - Symmetric Matrices for Eigen |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
On 2018-05-04 14:01, Peter wrote:
Dear All, a small remark on the packed symmetric matrices. The packing A11, A21, A22, A31, A32, A33 ... has one advantage that I make regularly use of, namely it can easily be resized, especially if one reserves the memory at the beginning. In addition, a nice feature would be the rotation of a symmetric/hermitian matrix which will be symmetric again, provided the rotation matrix U is unitary, A = U * H * U^+ .
`A` being hermitian is true for any `U` of course.Does there exist an efficient (inplace?, without temporaries?) algorithm for unitarian `U`? And does it depend on how `A`/`H` are stored?
Cheers, Christoph
Best regards, Peter
-- Dr.-Ing. Christoph Hertzberg Besuchsadresse der Nebengeschäftsstelle: DFKI GmbH Robotics Innovation Center Robert-Hooke-Straße 5 28359 Bremen, Germany Postadresse der Hauptgeschäftsstelle Standort Bremen: DFKI GmbH Robotics Innovation Center Robert-Hooke-Straße 1 28359 Bremen, Germany Tel.: +49 421 178 45-4021 Zentrale: +49 421 178 45-0 E-Mail: christoph.hertzberg@xxxxxxx Weitere Informationen: http://www.dfki.de/robotik ----------------------------------------------------------------------- Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH Firmensitz: Trippstadter Straße 122, D-67663 Kaiserslautern Geschaeftsfuehrung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster (Vorsitzender) Dr. Walter Olthoff Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes Amtsgericht Kaiserslautern, HRB 2313 Sitz der Gesellschaft: Kaiserslautern (HRB 2313) USt-Id.Nr.: DE 148646973 Steuernummer: 19/672/50006 -----------------------------------------------------------------------
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |