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