Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add destructive version of sparse lufact
As discussed on irc with Viral, lufact! should avoid making a copy of the original matrix. It assumes ownership and clears the user's matrix to indicate such. This isn't entirely foolproof; the user could break things by keeping a reference to the original arrays and modifying them after calling lufact!.
- Loading branch information