| Summary: | Matrix inversion code does not always work | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Kristian Duske <kristian.duske> |
| Component: | Gef3d | Assignee: | Project Inbox <gef3d.draw3d-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | developer |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Kristian Duske
Fixed: Firstly the determinant is calculated. Then, block wise inversion is used, testing whether the block matrices are correctly invertible. If they are not, a general but slower algorithm is used. This may be optimized, e.g., for general algorithm could be replaced by the Gauß-Jordan algorithm. |