ClMtxExpr.ConjMul Method

Overload List

#SignatureDescription
1function ConjMul(X: TOpenCLMatrix; Y: TOpenCLMatrix): clMatrix;Conjugate Y and multiply with X
2function ConjMul(X: TOpenCLVector; Y: TOpenCLVector): clVector;Conjugate Y and multiply with X

Overload 1: function ConjMul(X: TOpenCLMatrix; Y: TOpenCLMatrix): clMatrix;

Conjugate Y and multiply with X

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix
2YTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls clMatrix.ConjMul

Overload 2: function ConjMul(X: TOpenCLVector; Y: TOpenCLVector): clVector;

Conjugate Y and multiply with X

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector
2YTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls clVector.ConjMul