You are here: Symbol Reference > clMtxVec Namespace > Classes > TOpenCLMtxVec Class > public > ConjMul Method > TOpenCLMtxVec.ConjMul Method (TOpenCLMtxVec, TOpenCLMtxVec, integer, integer, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
TOpenCLMtxVec.ConjMul Method (TOpenCLMtxVec, TOpenCLMtxVec, 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: TOpenCLMtxVec; const Vec2: TOpenCLMtxVec; Vec1Index: integer; Vec2Index: integer; Index: integer; Len: integer): TOpenCLMtxVec; overload;

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

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