TMtx::SetCplx Method

TMtxVec *SetCplx(int Index, const DewArray<TCplx> &A);

Sets object complex values.

#NameTypeDescription
1Indexint
2Aconst DewArray<TCplx> &
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.

See Also: TMtx::SetIt, TMtx::SetDouble, TMtx::SetInteger, TMtx::SetSingle
Declared in Dew::Math::TMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler