Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Matrix Expj(TMtx X) | Computes the e^xj function from the source. |
| 2 | Vector Expj(TVec X) | Computes the e^xj function from the source. |
Overload 1: Matrix Expj(TMtx X)
Computes the e^xj function from the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx | source TMtx |
Returns: Matrix
Remarks:
Internally calls Dew.Math.Matrix.Expj
Overload 2: Vector Expj(TVec X)
Computes the e^xj function from the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec | source TVec |
Returns: Vector
Remarks:
Internally calls Dew.Math.Vector.Expj