procedure MinRows(const Dst: TVec);
Compute minimum of each row.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TVec |
Result: stored in self (calling object)
Remarks:
Compute mniimum of each row and store the result in to Dst vector. The Dst is sized automatically.