ClMtxExpr.SumOfSquares Method

Overload List

#SignatureDescription
1function SumOfSquares(X: TOpenCLMatrix): Double;Returns the sum of squares of the source data.
2function SumOfSquares(X: TOpenCLVector): Double;Returns the sum of squares of the source data.

Overload 1: function SumOfSquares(X: TOpenCLMatrix): Double;

Returns the sum of squares of the source data.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: Double

Overload 2: function SumOfSquares(X: TOpenCLVector): Double;

Returns the sum of squares of the source data.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: Double