Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clVector Sqrt(TOpenCLVector *X); | Compute X^2 from the source. |
| 2 | clMatrix Sqrt(TOpenCLMatrix *X); | Compute X^2 from the source. |
| 3 | clValue Sqrt(TOpenCLValue *X); | Compute X^2 from the source. |
Overload 1: clVector Sqrt(TOpenCLVector *X);
Compute X^2 from the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector * |
Remarks:
Internally calls clVector::Sqrt
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 2: clMatrix Sqrt(TOpenCLMatrix *X);
Compute X^2 from the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix * |
Remarks:
Internally calls clMatrix::Sqrt
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 3: clValue Sqrt(TOpenCLValue *X);
Compute X^2 from the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue * |
Remarks:
Internally calls clValue::Sqrt
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler