Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Double RMS(TOpenCLMatrix X) | Result = the RMS from the source data |
| 2 | Double RMS(TOpenCLVector X) | Result = the RMS from the source data |
Overload 1: Double RMS(TOpenCLMatrix X)
Compute the RMS from the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix | source TOpenCLMatrix |
Returns: Double
Remarks:
Internally calls Dew.Math.clMatrix.RMS
Overload 2: Double RMS(TOpenCLVector X)
Compute the RMS from the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector | source TOpenCLVector |
Returns: Double
Remarks:
Internally calls Dew.Math.clMatrix.RMS