function VanderMonde(ACols: Integer; const Vec: TVec): Matrix;
Constructs VanDerMonde matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ACols | Integer | |
| 2 | Vec | TVec |
Returns: Matrix
Remarks:
Internally calls Matrix.VanderMonde
Constructs VanDerMonde matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ACols | Integer | |
| 2 | Vec | TVec |
Returns: Matrix
Internally calls Matrix.VanderMonde