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