Overload List
| # | Signature | Description |
|---|---|---|
| 1 | double NormC(TOpenCLVector *X, TOpenCLVector *Y, bool RelativeError = false); | Computes the C Norm between X and Y. |
| 2 | double NormC(TOpenCLVector *X); | Computes the C Norm for the source data X. |
| 3 | double NormC(TOpenCLMatrix *X, TOpenCLMatrix *Y, bool RelativeError = false); | Computes the C Norm between X and Y. |
| 4 | double NormC(TOpenCLMatrix *X); | Computes the C Norm for the source data X. |
Overload 1: double NormC(TOpenCLVector *X, TOpenCLVector *Y, bool RelativeError = false);
Computes the C Norm between X and Y.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector * | |
| 2 | Y | TOpenCLVector * | |
| 3 | RelativeError = false | bool |
Remarks:
Internally calls clVector::NormC
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 2: double NormC(TOpenCLVector *X);
Computes the C Norm for the source data X.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector * |
Remarks:
Internally calls clVector::NormC
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 3: double NormC(TOpenCLMatrix *X, TOpenCLMatrix *Y, bool RelativeError = false);
Computes the C Norm between X and Y.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix * | |
| 2 | Y | TOpenCLMatrix * | |
| 3 | RelativeError = false | bool |
Remarks:
Internally calls clMatrix::NormC
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 4: double NormC(TOpenCLMatrix *X);
Computes the C Norm for the source data X.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix * |
Remarks:
Internally calls clMatrix::NormC
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler