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

Support for Cholesky decomposition #171

Open
wanderine opened this issue Nov 6, 2015 · 5 comments
Open

Support for Cholesky decomposition #171

wanderine opened this issue Nov 6, 2015 · 5 comments

Comments

@wanderine
Copy link

It would be nice to have support for Choesky decomposition (both incomplete and complete). The cusparse library currently supports incomplete Cholesky.

@nyotis
Copy link

nyotis commented Mar 18, 2016

@wanderine that's a feature, not an issue

@jlgreathouse
Copy link
Contributor

I'll defer to @kknox here, but we've been using the issue tracker as a feature/TODO list as well.

@pavanky
Copy link

pavanky commented Mar 18, 2016

@wanderine There's no reason to close the issue..

@pavanky pavanky reopened this Mar 18, 2016
@wanderine
Copy link
Author

I'm now more interested in support for preconditioned conjugate gradients
(PCG), which does not need a complete Cholesky (which is often very slow
for large matrices).

2016-03-18 18:46 GMT+01:00 Pavan Yalamanchili [email protected]:

Reopened #171 #171.


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#171 (comment)

Anders Eklund, PhD

@jlgreathouse
Copy link
Contributor

Both are useful feature requests. Let's leave this one open, and if you want to talk about PCG, you can make a separate feature requests/issue.

One question: what kind of preconditioners are you interested in? I believe a general request like what you have may be larger than a single feature.

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

4 participants