Upper triangle shape of matrix.
More...
Detailed Description
Upper triangle shape of matrix.
- Constraints:
- matrices are square by definition (have size strictly n by n);
- elements (i, j) for i>j (i.e. elements below main diagonal) are by definition all equal to zero, they can not be modified; the rest (elements (i, j) for i<=j, i.e. upper triangle elements) may have particular value and can be modified.
- See Also
- upper_tr, rectangular, Matrix Shape
Definition at line 1049 of file matrix.h.
The documentation for this struct was generated from the following file: