qfall / math

Library providing mathematical basics in Rust. The library is based on FLINT.
Mozilla Public License 2.0
20 stars 2 forks source link

Cholesky Decomposition with less Precision #415

Open Marvin-Beckmann opened 2 months ago

Marvin-Beckmann commented 2 months ago

Description

Problem: The current implementation of the cholesky decomposition is far to slow as

Therefore I looked at ways to overcome these issues

for/ of Component.

Testing

Checklist: