SparseMatrix Multilpication

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

SparseMatrix Multilpication

Ekram Ali
I could not find SparseMatrix Multilpication or addition function in flink ,please suggest how will perform multiplication and addition.

ex -[1 ,2 ,4],[2,5,7]

and i want to multiply by 5 in whole matrix so that every element multiply by 5.
same in case of addition
please suggest.
Reply | Threaded
Open this post in threaded view
|

Re: SparseMatrix Multilpication

Felix Neutatz
Hi Ekram,

and then multiply. If you are talking about a distributed matrix vectorization, you need to implement it on your own.
Same applies to your question about Dense Matrices.

Best regards,
Felix

On Feb 7, 2017 18:34, "Ekram Ali" <[hidden email]> wrote:
I could not find SparseMatrix Multilpication or addition function in flink
,please suggest how will perform multiplication and addition.

ex -[1 ,2 ,4],[2,5,7]

and i want to multiply by 5 in whole matrix so that every element multiply
by 5.
same in case of addition
please suggest.



--
View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/SparseMatrix-Multilpication-tp11499.html
Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.