Products of a triangular matrix with a direct-access matrix could easily be performed in-place (similar to in-place-solve). Furthermore, it is possible to invert triangular matrices in-place. This can be beneficial for small matrices, which are applied very often, since it will remove the overhead of floating point divisions.
-- GitLab Migration Automatic Message -- This bug has been migrated to gitlab.com's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.com/libeigen/eigen/issues/612.