function Adjung(const X: TMtx): Matrix;
Adjungate the matrix and return it as result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx |
Returns: Matrix
Remarks:
Internally calls Matrix.Adjung
Adjungate the matrix and return it as result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx |
Returns: Matrix
Internally calls Matrix.Adjung