ClMtxExpr.ConjMul Method

Overload List

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

Overload 1: clMatrix ConjMul(TOpenCLMatrix X, TOpenCLMatrix Y)

Conjugate Y and multiply with X

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix
2YTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls Dew.Math.clMatrix.ConjMul

Overload 2: clVector ConjMul(TOpenCLVector X, TOpenCLVector Y)

Conjugate Y and multiply with X

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector
2YTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls Dew.Math.clVector.ConjMul