MulMatrixExtension<T> extension

on

Methods

mulScalar(T other) Matrix<T>
Returns a view of this Matrix multiplied with other.

Operators

operator *(Object other) Matrix<T>
Returns a view of this Matrix multiplied with other.