Overload List
| # | Signature | Description |
|---|---|---|
| 1 | double RMS(); | Standard deviation. |
| 2 | double RMS(int Index, int Len); | Returns the root-mean-square of calling object elements [Index]..[Index+Len-1]. |
Overload 1: double RMS();
Standard deviation.
Remarks:
Calculate the standard deviation of all calling object elements. The result is a real value. An exception is raised if calling vector TOpenCLBase::Complex property is true.
See Also: TOpenCLVector::Mean
Declared in Dew::Math::TOpenCLMtxVec · Dew.Math/clMtxVec.h · Cross-compiler
Overload 2: double RMS(int Index, int Len);
Returns the root-mean-square of calling object elements [Index]..[Index+Len-1].
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | int | |
| 2 | Len | int |
Remarks:
An exception is raised if calling object TOpenCLBase::Complex property is true or if array borders are overrun/underrun.
Declared in Dew::Math::TOpenCLMtxVec · Dew.Math/clMtxVec.h · Cross-compiler