multiply abstract method

Matrix multiply(
  1. Matrix other
)

Performs Hadamard product - element-wise matrices multiplication

Implementation

Matrix multiply(Matrix other);