Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsanmok committed Mar 1, 2016
1 parent 4353e02 commit ef176e6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ class BlockMatrix @Since("1.3.0") (
* of `this` and `other`.
* Note: `blockMap` ONLY works for `add` and `subtract` methods and it does not support
* operators such as (a, b) => -a + b
* TODO: Make the use of zero matrices more storage efficient.
*/
private[mllib] def blockMap(
other: BlockMatrix,
Expand Down

0 comments on commit ef176e6

Please sign in to comment.