You are here: Symbol Reference > AbstractMtxVec Namespace > Classes > TDenseMtxVec Class > public > ConjMul Method > TDenseMtxVec.ConjMul Method (TMtxVec, TMtxVec, integer, integer, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
TDenseMtxVec.ConjMul Method (TMtxVec, TMtxVec, integer, integer, integer, integer)

Conjugate Vec2 elements [Vec2Index]..[Vec2Index+Len-1] and multiply them with corresponding Vec1 elements [Vec1Index]..[Vec1Index+Len-1].

Pascal
function ConjMul(const Vec1: TMtxVec; const Vec2: TMtxVec; Vec1Index: integer; Vec2Index: integer; Index: integer; Len: integer): TMtxVec; overload;

The results are stored in the calling object elements [Index]..[Index+Len-1]. Size and TMtxVec.Complex properties of the calling vector must be set explicitly. An exception is raised if TMtxVecBase.ConditionCheckConditionCheckis true and array borders are overrun.

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