MulVectorExtension<T> extension

on

Methods

mulScalar(T other) Vector<T>
Returns a view of the multiplication of this Vector and a scalar.
mulVector(Vector<T> other) Vector<T>
Returns a view of the element-wise multiplication of this Vector and other.

Operators

operator *(Object other) Vector<T>
Returns a view of the element-wise multiplication of this Vector and other.