Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Vector Sqrt(TVec *X); | Compute X^2 from the source. |
| 2 | Matrix Sqrt(TMtx *X); | Compute X^2 from the source. |
Overload 1: Vector Sqrt(TVec *X);
Compute X^2 from the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec * |
Remarks:
Internally calls Vector::Sqrt
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 2: Matrix Sqrt(TMtx *X);
Compute X^2 from the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx * |
Remarks:
Internally calls Matrix::Sqrt
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler