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