Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the precision of DirectInfluence with second order mode Gauss Newton #594

Open
janosg opened this issue Jun 7, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@janosg
Copy link
Collaborator

janosg commented Jun 7, 2024

As discussed in #591 it might be possible to build up the inverse of the Gauss Newton matrix directly without materializing the Gauss Newton matrix (as currently done here).

On top of a potential speedup, this could increase the precision as it avoids Sin 2 of the 7 sins of numerical linear algebra

@janosg janosg added the enhancement New feature or request label Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant