multiply abstract method

T multiply(
  1. T other
)

Multiply all entries with other entries.

Implementation

T multiply(T other);