eltwiseMul

final Matrix eltwiseMul(Matrix other)

Element-wise multiplication.

Return

multiplied matrix.

Parameters

other

must have the same shape as this matrix.