ClMtxExpr.RMS Method

Overload List

#SignatureDescription
1Double RMS(TOpenCLMatrix X)Result = the RMS from the source data
2Double RMS(TOpenCLVector X)Result = the RMS from the source data

Overload 1: Double RMS(TOpenCLMatrix X)

Compute the RMS from the source data.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: Double

Remarks:

Internally calls Dew.Math.clMatrix.RMS

Overload 2: Double RMS(TOpenCLVector X)

Compute the RMS from the source data.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: Double

Remarks:

Internally calls Dew.Math.clMatrix.RMS