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