ClMtxExpr::RMS Function

Overload List

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

Overload 1: double RMS(TOpenCLVector *X);

Compute the RMS from the source data.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clMatrix::RMS

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

Overload 2: double RMS(TOpenCLMatrix *X);

Compute the RMS from the source data.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::RMS

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