This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen
Bug 612 - In-Place triangular product and inverse.
Summary: In-Place triangular product and inverse.
Status: CONFIRMED
Alias: None
Product: Eigen
Classification: Unclassified
Component: Core - matrix products (show other bugs)
Version: 3.2
Hardware: All All
: Normal Feature Request
Assignee: Nobody
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 3.x
  Show dependency treegraph
 
Reported: 2013-06-11 13:17 UTC by Christoph Hertzberg
Modified: 2019-12-04 12:22 UTC (History)
1 user (show)



Attachments

Description Christoph Hertzberg 2013-06-11 13:17:17 UTC
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.
Comment 1 Nobody 2019-12-04 12:22:53 UTC
-- 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.

Note You need to log in before you can comment on or make changes to this bug.