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