You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in PR #3877 (comment), it was suggested that we should generally avoid direct inversion of covariance matrices in the ACTS codebase and use solvers like ldlt().solve() for better numerical stability. This improvement can be applied throughout the project.
The text was updated successfully, but these errors were encountered:
This issue/PR has been automatically marked as stale because it has not had recent activity. The stale label will be removed if any interaction occurs.
As discussed in PR #3877 (comment), it was suggested that we should generally avoid direct inversion of covariance matrices in the ACTS codebase and use solvers like
ldlt().solve()
for better numerical stability. This improvement can be applied throughout the project.The text was updated successfully, but these errors were encountered: