From 2e4e69e62aecadeb5a40733c67e18609acea4519 Mon Sep 17 00:00:00 2001 From: "Rogelio J. Baucells" Date: Mon, 4 May 2015 09:06:16 -0400 Subject: [PATCH] Update README.md --- lib/type/matrix/util/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/type/matrix/util/README.md b/lib/type/matrix/util/README.md index d8e6b7538..3760ba833 100644 --- a/lib/type/matrix/util/README.md +++ b/lib/type/matrix/util/README.md @@ -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.