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