ClMtxExpr.SumOfSquares Method

Overload List

#SignatureDescription
1Double SumOfSquares(TOpenCLMatrix X)Returns the sum of squares of the source data.
2Double 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.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: Double

Overload 2: Double SumOfSquares(TOpenCLVector X)

Returns the sum of squares of the source data.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: Double