eltwiseMul

final RowVector eltwiseMul(RowVector other)

Same as Matrix.eltwiseMul but returns RowVector.

Return

multiplied vector.

Parameters

other

must have the same length as this vector.