Overload List
| # | Signature | Description |
|---|---|---|
| 1 | double RMS(TOpenCLVector *X); | Compute the RMS from the source data. |
| 2 | double RMS(TOpenCLMatrix *X); | Compute the RMS from the source data. |
Overload 1: double RMS(TOpenCLVector *X);
Compute the RMS from the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector * |
Remarks:
Internally calls clMatrix::RMS
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 2: double RMS(TOpenCLMatrix *X);
Compute the RMS from the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix * |
Remarks:
Internally calls clMatrix::RMS
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler