function Trace(const X: TMtx): TCplx;
Returns the Trace of the matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx |
Returns: TCplx (complex)
Remarks:
Internally calls Matrix.Trace
Returns the Trace of the matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx |
Returns: TCplx (complex)
Internally calls Matrix.Trace