Problem using BlockMatrix.add

2015-11-04 Thread Kareem Sorathia
Hi, I'm attempting to use the distributed matrix data structure BlockMatrix (Spark 1.5.0, scala) and having some issues when attempting to add two block matrices together (error attached below). I'm constructing the two matrices by creating a collection of MatrixEntry's, putting that into

Problem using BlockMatrix.add

2015-11-04 Thread ksorat
Hi, I'm attempting to use the distributed matrix data structure BlockMatrix (Spark 1.5.0, scala) and having some issues when attempting to add two block matrices together (error attached below). I'm constructing the two matrices by creating a collection of MatrixEntry's, putting that into