ClMtxExpr.RMS Method

Overload List

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

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

Compute the RMS from the source data.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: Double

Remarks:

Internally calls clMatrix.RMS

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

Compute the RMS from the source data.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: Double

Remarks:

Internally calls clMatrix.RMS