Re: IndexedRowMatrix semantics

2015-05-20 Thread Joseph Bradley
I believe it works with a mix of DenseVector and SparseVector types. Joseph On Wed, May 20, 2015 at 10:06 AM, Debasish Das wrote: > Hi, > > For indexedrowmatrix and rowmatrix, both take RDD(vector)is it > possible that it has intermixed dense and sparse vectorbasically I am > considering

IndexedRowMatrix semantics

2015-05-20 Thread Debasish Das
Hi, For indexedrowmatrix and rowmatrix, both take RDD(vector)is it possible that it has intermixed dense and sparse vectorbasically I am considering a gemv flow when indexedrowmatrix has dense flag true, dot flow otherwise... Thanks. Deb