void SumCols(TVecInt *Dst) const;
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 TMtxVecBase::Length and TMtxVecInt::IntPrecision properties of the Dst vector are adjusted automatically.
See Also: MatrixInt::SumRows
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler