minus
Extension function to subtract a SparseMatrix from another SparseMatrix.
Return
A new Matrix that is the difference of the two matrices.
Parameters
other
The SparseMatrix to subtract.
Throws
If the dimensions of the matrices don't match.
Extension function to subtract a SparseMatrix from another SparseMatrix.
A new Matrix that is the difference of the two matrices.
The SparseMatrix to subtract.
If the dimensions of the matrices don't match.