ClMtxExpr.Productc Method

Overload List

#SignatureDescription
1TCplx Productc(TOpenCLMatrix X)Returns the product of all elements in the source data.
2TCplx Productc(TOpenCLVector X)Returns the product of all elements in the source data.

Overload 1: TCplx Productc(TOpenCLMatrix X)

Returns the product of all elements in the source data.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: TCplx (complex)

Remarks:

Internally calls Dew.Math.clMatrix.Productc

Overload 2: TCplx Productc(TOpenCLVector X)

Returns the product of all elements in the source data.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: TCplx (complex)

Remarks:

Internally calls Dew.Math.clVector.Productc