-
- Downloads
[SPARK-5322] Added transpose functionality to BlockMatrix
BlockMatrices can now be transposed! Author: Burak Yavuz <brkyvz@gmail.com> Closes #4275 from brkyvz/SPARK-5322 and squashes the following commits: 33806ed [Burak Yavuz] added lazy comment 33e9219 [Burak Yavuz] made transpose lazy 5a274cd [Burak Yavuz] added cached tests 5dcf85c [Burak Yavuz] [SPARK-5322] Added transpose functionality to BlockMatrix
Showing
- mllib/src/main/scala/org/apache/spark/mllib/linalg/distributed/BlockMatrix.scala 9 additions, 0 deletions...g/apache/spark/mllib/linalg/distributed/BlockMatrix.scala
- mllib/src/test/scala/org/apache/spark/mllib/linalg/distributed/BlockMatrixSuite.scala 29 additions, 0 deletions...che/spark/mllib/linalg/distributed/BlockMatrixSuite.scala
Please register or sign in to comment