TMtx.SetCplx Method

function SetCplx(Index: Integer; const A: TCplxArray): TMtxVec;

Sets object complex values.

#NameTypeDescription
1IndexIntegerstart index
2ATCplxArray

Result: stored in self (calling object), returns self for chaining

Remarks:

The a array complex values are copied to the calling object CValues from [Index]..[Index+Length(a)-1]. An exception is raised if calling object array borders are overrun/underrun.

Note
Use this method for complex array only.