function VanderMonde(ACols: Integer; Vec: TVec): TMtx;
Construct VanderMonde matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ACols | Integer | |
| 2 | Vec | TVec | source TVec |
Result: stored in self (calling object), returns self for chaining
Remarks:
Constructs a VanderMonde matrix with Vec.Matrix.Length rows and ACols columns. The second to last column of the VanderMonde matrix is Vec: