ClMtxExpr::Product Function

Overload List

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

Overload 1: double Product(TOpenCLVector *X);

Returns the product of all elements in the source data.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::Product

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler

Overload 2: double Product(TOpenCLMatrix *X);

Returns the product of all elements in the source data.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::Product

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler