Inverse of a sparse matrix could be dense, but what if I'm only interested in the main diagonal of the result? Is there a method that is more efficient than computing the full inverse?
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
You may be interested in work of Jok M. Tang and Yousef Saad. Their recent paper "Domain-decomposition-type methods for computing the diagonal of a matrix inverse" has the following abstract:
|
|||||
|
|
This(explanation of how to find diagonal of an inverse of a sparse matrix) should help. |
|||
|
|
|
We recently implemented in our solver PARDISO such as option where you can these results. The software is available at www.pardiso-project.org. It is not yet documented in the manual b Regards, Olaf |
|||
|
|
