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