You are here: Symbol Reference > MtxExpr Namespace > Classes > Matrix Record > public > ConjMul Method > Matrix.ConjMul Method (TMtxVec, integer, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
Matrix.ConjMul Method (TMtxVec, integer, integer, integer)

Conjugate Vec elements Vec[VecIndex]..Vec[VecIndex+Len-1] and multiply them with corresponding calling object elements [Index]..[Index+Len-1].

Pascal
function ConjMul(const Vec: TMtxVec; VecIndex: integer; Index: integer; Len: integer): TMtxVec; overload;

The results are stored in the calling object elements [Index]..[Index+Len-1]. Size and Complex properties are not set. An exception is raised if ConditionCheck is true and array borders are overrun or underrun.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!