spark git commit: [SPARK-17721][MLLIB][ML] Fix for multiplying transposed SparseMatrix with SparseVector

2016-09-29 Thread jkbradley
Repository: spark Updated Branches: refs/heads/master 4ecc648ad -> 29396e7d1 [SPARK-17721][MLLIB][ML] Fix for multiplying transposed SparseMatrix with SparseVector ## What changes were proposed in this pull request? * changes the implementation of gemv with transposed SparseMatrix and

spark git commit: [SPARK-17721][MLLIB][ML] Fix for multiplying transposed SparseMatrix with SparseVector

2016-09-29 Thread jkbradley
Repository: spark Updated Branches: refs/heads/branch-2.0 7c9450b00 -> 0cdd7370a [SPARK-17721][MLLIB][ML] Fix for multiplying transposed SparseMatrix with SparseVector ## What changes were proposed in this pull request? * changes the implementation of gemv with transposed SparseMatrix and