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

Optimize symbolic factorization function (fill_in) #4

Open
psythefirst opened this issue Jan 28, 2021 · 0 comments
Open

Optimize symbolic factorization function (fill_in) #4

psythefirst opened this issue Jan 28, 2021 · 0 comments

Comments

@psythefirst
Copy link
Collaborator

In many cases it takes the longest.

The current algorithm does the following:
For each column i,
For each nonzero on row j
Do set_union of CSC row indices of column i and column j
EndFor
EndFor

Complexity is about O(n * (nnz/n)^2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant