- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello.
I'm trying to solve linear least squares problem on large (about 300k x 100k) sparse matrix. Is there a way to run QR Factorization on sparse matrix? Cannot find one listed in "Matrix Storage Schemes".
BTW: can I ask this question via premier support? Or it just about posting issues, not asking questions?
Thanks a lot.
I'm trying to solve linear least squares problem on large (about 300k x 100k) sparse matrix. Is there a way to run QR Factorization on sparse matrix? Cannot find one listed in "Matrix Storage Schemes".
BTW: can I ask this question via premier support? Or it just about posting issues, not asking questions?
Thanks a lot.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think there are no direct way to do that.
you can try to convert from spare to dense representation ( e.g. CSR format ) and then to use ScaLapack QR factorization.
>>BTW: can I ask this question via premier support? Or it just about posting issues, not asking questions?
no need to do that because of these are two different interfaces to the one input -:).
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think there are no direct way to do that.
you can try to convert from spare to dense representation ( e.g. CSR format ) and then to use ScaLapack QR factorization.
>>BTW: can I ask this question via premier support? Or it just about posting issues, not asking questions?
no need to do that because of these are two different interfaces to the one input -:).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
>>I think there are no direct way to do that.
Sad... but thanks
Sad... but thanks
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page