Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Double SumOfSquares(TOpenCLMatrix X) | Returns the sum of squares of the source data. |
| 2 | Double SumOfSquares(TOpenCLVector X) | Returns the sum of squares of the source data. |
Overload 1: Double SumOfSquares(TOpenCLMatrix X)
Returns the sum of squares of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix | source TOpenCLMatrix |
Returns: Double
Overload 2: Double SumOfSquares(TOpenCLVector X)
Returns the sum of squares of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector | source TOpenCLVector |
Returns: Double