Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: converting sparse matrix to a dense vector leads to memory error…
…s for large sparse matrices and slow down program. While converting dense matrix to a sparse matrix have at worst the same time as previous method, works faster sparse matrices and doesn't lead to memory issues.
- Loading branch information