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