We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dac58f commit ae98edcCopy full SHA for ae98edc
mllib/src/main/scala/org/apache/spark/mllib/linalg/distributed/BlockMatrix.scala
@@ -353,7 +353,7 @@ class BlockMatrix @Since("1.3.0") (
353
}
354
355
356
- private type BlockDestinations = Map[(Int, Int), Set[Int]]
+ private type BlockDestinations = Map[(Int, Int), Set[Int]]
357
358
/**
359
* Simulate the multiplication with just indices in order to cut costs on communication, when
0 commit comments