wo80 / CSparse.NET

A concise library for solving sparse linear systems with direct methods.
GNU Lesser General Public License v2.1
58 stars 25 forks source link

Sparse Inverse using LU (feature request) #48

Closed RSpeets closed 2 months ago

RSpeets commented 2 months ago

I require an inverse of a sparse matrix. The LU implementation is very suitable to do this operation, but it lacks the final step. In fact the inverse is solving matrix M with identity matrix as right-hand side (matrix instead of rhz vector)

wo80 commented 2 months ago

See https://github.com/wo80/CSparse.NET/issues/5