- #1
daudaudaudau
- 302
- 0
Hi. For a calculation I'm doing I need to do many inversions of the form
[tex]
\left(\mathbf I-\mathbf H-\mathbf S\right)^{-1}
[/tex]
Where I is the identity matrix, H is a known constant matrix, and S is a matrix that changes with each calculation. Is there any way to optimize this calculation, by any sort of factorization or anything like that? I.e. make it faster because the inverse of H is known in advance.
[tex]
\left(\mathbf I-\mathbf H-\mathbf S\right)^{-1}
[/tex]
Where I is the identity matrix, H is a known constant matrix, and S is a matrix that changes with each calculation. Is there any way to optimize this calculation, by any sort of factorization or anything like that? I.e. make it faster because the inverse of H is known in advance.