setSubvector

final Unit setSubvector(Integer indexStart, Integer indexEnd, ComplexRowVector other)

Set a subvector by substituting other to desired position. The length of other must match the position you described.

Parameters

indexStart

where substitution starts.

indexEnd

where substitution ends. (not included)

other

new subvector.