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