RE: RowMatrix.multiply() ?

2015-01-09 Thread Adrian Mocanu
in work at this time. Is this the correct Jira issue for the transpose operation? ETA? Thanks a lot! -A From: Reza Zadeh [mailto:r...@databricks.com] Sent: October-15-14 1:48 PM To: ll Cc: u...@spark.incubator.apache.org Subject: Re: RowMatrix.multiply() ? Hi, We are currently working

Re: RowMatrix.multiply() ?

2015-01-09 Thread Reza Zadeh
...@databricks.com] *Sent:* October-15-14 1:48 PM *To:* ll *Cc:* u...@spark.incubator.apache.org *Subject:* Re: RowMatrix.multiply() ? Hi, We are currently working on distributed matrix operations. Two RowMatrices cannot be currently multiplied together. Neither can be they be added

RowMatrix.multiply() ?

2014-10-15 Thread ll
hi.. it looks like RowMatrix.multiply() takes a local Matrix as a parameter and returns the result as a distributed RowMatrix. how do you perform this series of multiplications if A, B, C, and D are all RowMatrix? ((A x B) x C) x D) thanks! -- View this message in context: http://apache