ClMtxExpr.Product Method

Overload List

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

Overload 1: function Product(X: TOpenCLMatrix): Double;

Returns the product of all elements in the source data.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: Double

Remarks:

Internally calls clMatrix.Product

Overload 2: function Product(X: TOpenCLVector): Double;

Returns the product of all elements in the source data.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: Double

Remarks:

Internally calls clVector.Product