Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clVector Normalize(TOpenCLVector *X, double Offset, double Factor); | Compute (X + Offset)/Factor |
| 2 | clVector Normalize(TOpenCLVector *X, TCplx Offset, double Factor); | Compute (X + Offset)/Factor |
| 3 | clMatrix Normalize(TOpenCLMatrix *X, double Offset, double Factor); | Compute (X + Offset)/Factor |
| 4 | clMatrix Normalize(TOpenCLMatrix *X, TCplx Offset, double Factor); | Compute (X + Offset)/Factor |
Overload 1: clVector Normalize(TOpenCLVector *X, double Offset, double Factor);
Compute (X + Offset)/Factor
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector * | |
| 2 | Offset | double | |
| 3 | Factor | double |
Remarks:
Internally calls clVector::Normalize
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 2: clVector Normalize(TOpenCLVector *X, TCplx Offset, double Factor);
Compute (X + Offset)/Factor
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector * | |
| 2 | Offset | TCplx | |
| 3 | Factor | double |
Remarks:
Internally calls clVector::Normalize
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 3: clMatrix Normalize(TOpenCLMatrix *X, double Offset, double Factor);
Compute (X + Offset)/Factor
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix * | |
| 2 | Offset | double | |
| 3 | Factor | double |
Remarks:
Internally calls clMatrix::Normalize
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 4: clMatrix Normalize(TOpenCLMatrix *X, TCplx Offset, double Factor);
Compute (X + Offset)/Factor
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix * | |
| 2 | Offset | TCplx | |
| 3 | Factor | double |
Remarks:
Internally calls clMatrix::Normalize
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler