Flags decribing the shape of the matrix.
More...
|
enum | Value : uint16_t {
} |
|
Flags decribing the shape of the matrix.
- Note
- The namespace is here to avoid collisions.
◆ Value
Enumerator |
---|
Symmetric | Matrix has its main diagonal as a reflection axis.
|
Diagonal | Outside main diagonal are zeroes.
|
Toeplitz | Diagonals are constant.
|
Hankel | Anti-diagonals are constant.
|
Unimodular | Square integer matrix having determinant +1 or −1.
|
UpperTriangular | Only upper right part of the matrix is non-zero.
|
LowerTriangular | Only lower left part of the matrix is non-zero.
|