Overload List
| # | Signature | Description |
|---|---|---|
| 1 | double RMS(int Index, int Len); | Calculate the RMS for calling object elements [Index]..[Index+Len-1] in-place. |
| 2 | double RMS(); | Root mean squared of all non-zero elements. |
Overload 1: double RMS(int Index, int Len);
Calculate the RMS for calling object elements [Index]..[Index+Len-1] in-place.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | int | |
| 2 | Len | int |
Remarks:
An exception is raised if array borders are overrun.
Declared in Dew::Math::TMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler
Overload 2: double RMS();
Root mean squared of all non-zero elements.
Declared in Dew::Math::TSparseMtx · Dew.Math/sparse.h · Cross-compiler