TVec *Diag(TMtx *Mtx, int k);
Copies the k-th diagonal from the TMtx object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Mtx | TMtx * | |
| 2 | k | int |
Remarks:
Copies the k-th diagonal from the TMtx object. If k = 0 then the main diagonal is copied, if k < 0 then the subdiagonal is copied and if k > 0 then the k-th super diagonal is copied to the calling vector.
See Also: TMtx::Diag
Declared in Dew::Math::TVec · Dew.Math/MtxVec.h · Cross-compiler