ClMtxExpr::SumOfSquares Function

Overload List

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

#NameTypeDescription
1XTOpenCLVector *
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.

#NameTypeDescription
1XTOpenCLMatrix *
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler