Update README.md

This commit is contained in:
Rogelio J. Baucells 2015-05-04 09:06:16 -04:00
parent c9ec4c26c9
commit 2e4e69e62a

View File

@ -1,4 +1,4 @@
##Algorithms for the implementation of element wise operations between a Dense and Sparse matrices:
#Algorithms for the implementation of element wise operations between a Dense and Sparse matrices:
- **Algorithm 1 `x(dense, sparse)`**
* Algorithm should clone `DenseMatrix` and call the `x(d(i,j), s(i,j))` operation for the items in the Dense and Sparse matrices (iterating on the Sparse matrix nonzero items), updating the cloned matrix.