Symmetric shape of matrix.
More...
Detailed Description
Symmetric shape of matrix.
- Constraints:
- matrices are square by definition (have size strictly n by n);
- elements (i, j) and (j, i) are equal by definition (if (i, j) changes then (j, i) immediately reflects the change).
- See Also
- rectangular, Matrix Shape
Definition at line 1028 of file matrix.h.
The documentation for this struct was generated from the following file: