void SumCols(TVecInt *Dst);
Calculates the sum of each of the calling matrix columns.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TVecInt * |
Remarks:
Calculates the sum of each of the calling matrix columns and stores the results in Dst vector. The TMtxSmallInt::Length and TMtxSmallInt::IntPrecision properties of the Dst vector are adjusted automatically.
See Also: TMtxSmallInt::SumRows
Declared in Dew::Math::TMtxInt · Dew.Math/MtxVecInt.h · Cross-compiler