set Subvector
final Unit setSubvector(Integer indexStart, Integer indexEnd, ComplexRowVector other)
Content copied to clipboard
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.