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 cb52562 commit be23343Copy full SHA for be23343
mllib/src/main/scala/org/apache/spark/mllib/linalg/distributed/BlockMatrix.scala
@@ -450,7 +450,7 @@ class BlockMatrix @Since("1.3.0") (
450
*
451
* @return BlockMatrix Schur Complement as BlockMatrix
452
* @since 1.6.0
453
- */
+ */
454
private[mllib] def SchurComplement: BlockMatrix = {
455
require(this.numRowBlocks == this.numColBlocks, "Block Matrix must be square.")
456
require(this.numRowBlocks > 1, "Block Matrix must be larger than one block.")
0 commit comments