Re: [eigen] Google Summer of Code 2018 - Symmetric Matrices for Eigen |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
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^+ .
Best regards,
Peter