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