eltwiseMul

final ComplexRowVector eltwiseMul(ComplexRowVector other)

Same as ComplexMatrix.eltwiseMul but returns ComplexRowVector.

Return

multiplied vector.

Parameters

other

must have the same length as this vector.