ClMtxExpr.Product Method

Overload List

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

Overload 1: Double Product(TOpenCLMatrix X)

Returns the product of all elements in the source data.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: Double

Remarks:

Internally calls Dew.Math.clMatrix.Product

Overload 2: Double Product(TOpenCLVector X)

Returns the product of all elements in the source data.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: Double

Remarks:

Internally calls Dew.Math.clVector.Product