procedure RemoveColumn(const Src: TMtx; const Dst: TMtx; const Index: Integer);
Remove matrix column.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtx | |
| 2 | Dst | TMtx | |
| 3 | Index | Integer | start index |
Result: stored in self (calling object)
Remarks:
Removes index-th column from Src matrix and stores the result in Dst matrix. Size and complex properties of Dst matrix are adjusted automatically.
See Also: Statistics.RemoveRow