|
linbox
|
Structure for tags. More...
Enumerations | |
| enum class | Side : int32_t { Left = FFLAS::FflasLeft , Right = FFLAS::FflasRight } |
| Left/Right Tag. More... | |
| enum class | Transpose : int32_t |
| (No)Transpose Tag | |
| enum class | UpLo : int32_t |
| (Upp/Low)er Tag | |
| enum class | Diag : int32_t |
| (Non)Unit Diagonal Tag | |
| enum class | FileFormat : int32_t |
| Dense format (table) output Tag. | |
| enum class | Sign : int32_t { } |
| enum | TimeSelect { average = 1 , bestThree = 2 , bestOne = 3 , median = 4 , medmean = 5 } |
| selection of best times in a series. More... | |
| enum | Printer { dat = 1 , tex = 2 , xml = 3 , gnuplot = 4 , csv = 5 , html = 6 } |
| selection of printers More... | |
Structure for tags.
Tags are simple enums that set a choice in a routine. For instance, if the user wants a right nullspace, she will use a Tag::Right parameter.
There it total compatiblity with FFLAS tags (cross link) For instance, in LinBox, it is similar to use Tag::Upper and (Tag::Shape) FFLAS::FflasUpper.
|
strong |
| enum TimeSelect |
| enum Printer |