Vector Diag(TMtx *Mtx, int k);
Returns k-th diagonal from the source matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Mtx | TMtx * | |
| 2 | k | int |
Remarks:
Internally calls Vector::Diag
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Returns k-th diagonal from the source matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Mtx | TMtx * | |
| 2 | k | int |
Internally calls Vector::Diag