Apply function on two breeze matrices

49 Views Asked by At

I would like to apply a function on two matrices like there is a + for the addition of two matrices. Something like matrix1.map2(matrix2) { (valM1, valM2) => valM1 + valM2 } giving a result matrix.

0

There are 0 best solutions below