TMtx *Hankel(TVec *FirstColumn);
Constructs a Hankel matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | FirstColumn | TVec * |
Remarks:
Constructs a Hankel matrix whose first column is FirstColumn and whose elements are zero below the first anti-diagonal. The TMtx::Rows, TMtx::Cols and TMtx::Complex properties of the calling matrix are adjusted automatically.
Declared in Dew::Math::TMtx · Dew.Math/MtxVec.h · Cross-compiler