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

The results are stored in the calling object elements [Index]..[Index+Len-1]. Size and TOpenCLBase.ComplexComplexproperties are not set. 

An exception is raised if array borders are overrun or underrun.

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