Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Matrix LogN(TMtx X, Double N) | Result = X^2 from the source |
| 2 | Vector LogN(TVec X, Double N) | Result = X^2 from the source |
Overload 1: Matrix LogN(TMtx X, Double N)
Compute X^2 from the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx | source TMtx |
| 2 | N | Double | scalar |
Returns: Matrix
Remarks:
Internally calls Dew.Math.Matrix.LogN
Overload 2: Vector LogN(TVec X, Double N)
Compute X^2 from the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec | source TVec |
| 2 | N | Double | scalar |
Returns: Vector
Remarks:
Internally calls Dew.Math.Vector.LogN