Closed RSpeets closed 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)
See https://github.com/wo80/CSparse.NET/issues/5
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)