eltwiseMul

final ColumnVector eltwiseMul(ColumnVector other)

Same as Matrix.eltwiseMul but returns ColumnVector.

Return

multiplied vector.

Parameters

other

must have the same length as this vector.