linbox
Enumerations
LinBox::Shape Namespace Reference

Flags decribing the shape of the matrix. More...

Enumerations

enum  Value : uint16_t {
}
 

Detailed Description

Flags decribing the shape of the matrix.

Note
The namespace is here to avoid collisions.

Enumeration Type Documentation

◆ Value

enum Value : uint16_t
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.