void MinCols(TVecInt *Dst) const;
Compute minimum of each column.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TVecInt * |
Remarks:
Compute minimum of each column and store the result in to Dst vector. The Dst is sized automatically.
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler