TMtx *Pascl(int Order) const;
Constructs a Pascal matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Order | int |
Remarks:
Construct a Pascal matrix of order Order with integer elements, taken from the Pascal's triangle. The Pascal matrix is by definition symmetric positive definite. The Pascal matrix is written to the calling matrix. The Matrix::Rows, Matrix::Cols and Matrix::Complex properties of the calling matrix are adjusted automatically.
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler