linbox
|
Provides tags for various algorithms/solutions, à la FFLAS
.
More...
Namespaces | |
LinBox | |
Namespace in which all linbox code resides. | |
LinBox::Tag | |
Structure for tags. | |
Enumerations | |
enum | Side : int32_t { Left = FFLAS::FflasLeft, Right = FFLAS::FflasRight } |
Left/Right Tag. More... | |
enum | Transpose : int32_t |
(No)Transpose Tag | |
enum | UpLo : int32_t |
(Upp/Low)er Tag | |
enum | Diag : int32_t |
(Non)Unit Diagonal Tag | |
enum | FileFormat : int32_t |
Dense format (table) output Tag. | |
enum | Sign : int32_t { , Negative = 501, NonNegative = 502, NonPositive = 503, NonZero = 504, Zero = 505 } |
Provides tags for various algorithms/solutions, à la FFLAS
.
This is a subset of Fflas* enums.