eltwiseMul

final ComplexMatrix eltwiseMul(ComplexMatrix other)

Element-wise multiplication. other must have the same shape as this matrix.

Return

multiplied matrix.

Parameters

other