NABLA  Nabla Ain't Basic Linear Algebra
lower_triangular Struct Reference

Lower triangle shape of matrix. More...

Detailed Description

Lower 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 above main diagonal) are by definition all equal to zero, they can not be modified; the rest (elements (i, j) for i>=j, i.e. lower triangle elements) may have particular value and can be modified.
See Also
lower_tr, rectangular, Matrix Shape

Definition at line 1038 of file matrix.h.


The documentation for this struct was generated from the following file: