Re: MatrixMultiplication

2016-03-15 Thread Till Rohrmann
, Mar 14, 2016 at 10:11 PM, Lydia Ickler wrote: > Hi, > > I wrote to you before about the MatrixMultiplication in Flink … > Unfortunately, the multiplication of a pair of 1000 x 1000 matrices is > taking already almost a minute. > Would you please take a look at my attached c

MatrixMultiplication

2016-03-14 Thread Lydia Ickler
Hi, I wrote to you before about the MatrixMultiplication in Flink … Unfortunately, the multiplication of a pair of 1000 x 1000 matrices is taking already almost a minute. Would you please take a look at my attached code. Maybe you can suggest something to make it faster? Or would it be better

Re: MatrixMultiplication

2016-01-25 Thread Lydia Ickler
ication of the 100 x 100 matrix. Have > you waited so long to see whether it completes or is there another problem? > > Cheers, > Till > > On Mon, Jan 25, 2016 at 2:13 PM, Lydia Ickler <mailto:ickle...@googlemail.com>> wrote: > Hi, > > I want do a simpl

Re: MatrixMultiplication

2016-01-25 Thread Till Rohrmann
Ickler wrote: > Hi, > > I want do a simple MatrixMultiplication and use the following code (see > bottom). > For matrices 50x50 or 100x100 it is no problem. But already with matrices > of 1000x1000 it would not work anymore and gets stuck in the joining part. > What am I doing wr

MatrixMultiplication

2016-01-25 Thread Lydia Ickler
Hi, I want do a simple MatrixMultiplication and use the following code (see bottom). For matrices 50x50 or 100x100 it is no problem. But already with matrices of 1000x1000 it would not work anymore and gets stuck in the joining part. What am I doing wrong? Best regards, Lydia package