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