TSparseMtx::RMS Method

Overload List

#SignatureDescription
1double RMS(int Index, int Len);Calculate the RMS for calling object elements [Index]..[Index+Len-1] in-place.
2double 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.

#NameTypeDescription
1Indexint
2Lenint
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