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

Cholesky Decomposition is slow #69

Open
jbrown1618 opened this issue Jul 27, 2019 · 0 comments
Open

Cholesky Decomposition is slow #69

jbrown1618 opened this issue Jul 27, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@jbrown1618
Copy link
Owner

The current implementation of the cholesky decomposition involves lots of copying, like L = L.set(i, j, value). The whole thing would be a little bit more efficient if we operated on a S[][] instead of a Matrix<S>.

@jbrown1618 jbrown1618 added the bug Something isn't working label Jul 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant