memory efficient matrix inversion
No.13039675 ViewReplyOriginalReport
Quoted By: >>13039694 >>13039830 >>13039869
Does anybody know any algorithms for inversion of large matrices that are memory efficient? By memory efficient I mean no half-full matrix is formed. If you need to know, my matrix has several diagonals with complex nonzero elements, and most of the matrix is empty (zeros)
