ClMtxExpr::StdDev Function

Overload List

#SignatureDescription
1double StdDev(TOpenCLVector *X);Compute the standard deviation from the source data.
2double StdDev(TOpenCLMatrix *X);Compute the standard deviation from the source data.

Overload 1: double StdDev(TOpenCLVector *X);

Compute the standard deviation from the source data.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::StdDev

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler

Overload 2: double StdDev(TOpenCLMatrix *X);

Compute the standard deviation from the source data.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::StdDev

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler