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