Overload List
| # | Signature | Description |
|---|---|---|
| 1 | double SumOfSquares(TOpenCLVector *X); | Returns the sum of squares of the source data. |
| 2 | double SumOfSquares(TOpenCLMatrix *X); | Returns the sum of squares of the source data. |
Overload 1: double SumOfSquares(TOpenCLVector *X);
Returns the sum of squares of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector * |
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 2: double SumOfSquares(TOpenCLMatrix *X);
Returns the sum of squares of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix * |
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler