there is RowMatrix implemented in spark. and I check for a while but failed to find any matrix operations (like multiplication etc) are defined in the class yet.
so, my question is, if I want to do matrix multiplication, (to do vector x matrix multiplication to be precise), need to convert the vector/matrix to the the matrix type defined in breeze package right? thanks