Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Double Product(TOpenCLMatrix X) | Returns the product of all elements in the source data. |
| 2 | Double 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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix | source 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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector | source TOpenCLVector |
Returns: Double
Remarks:
Internally calls Dew.Math.clVector.Product