Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Double NormC(TOpenCLMatrix X) | Computes the C Norm for the source data X. |
| 2 | Double NormC(TOpenCLMatrix X, TOpenCLMatrix Y, Boolean RelativeError) | Computes the C Norm between X and Y. |
| 3 | Double NormC(TOpenCLVector X) | Computes the C Norm for the source data X. |
| 4 | Double NormC(TOpenCLVector X, TOpenCLVector Y, Boolean RelativeError) | Computes the C Norm between X and Y. |
Overload 1: Double NormC(TOpenCLMatrix X)
Computes the C Norm for the source data X.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix | source TOpenCLMatrix |
Returns: Double
Remarks:
Internally calls Dew.Math.clMatrix.NormC
Overload 2: Double NormC(TOpenCLMatrix X, TOpenCLMatrix Y, Boolean RelativeError)
Computes the C Norm between X and Y.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix | source TOpenCLMatrix |
| 2 | Y | TOpenCLMatrix | source TOpenCLMatrix |
| 3 | RelativeError | Boolean |
Returns: Double
Remarks:
Internally calls Dew.Math.clMatrix.NormC
Overload 3: Double NormC(TOpenCLVector X)
Computes the C Norm for the source data X.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector | source TOpenCLVector |
Returns: Double
Remarks:
Internally calls Dew.Math.clVector.NormC
Overload 4: Double NormC(TOpenCLVector X, TOpenCLVector Y, Boolean RelativeError)
Computes the C Norm between X and Y.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector | source TOpenCLVector |
| 2 | Y | TOpenCLVector | source TOpenCLVector |
| 3 | RelativeError | Boolean |
Returns: Double
Remarks:
Internally calls Dew.Math.clVector.NormC