linbox
|
Structure for tags. More...
#include <linbox-tags.h>
Public Types | |
enum | Side { Left = FFLAS::FflasLeft, Right = FFLAS::FflasRight } |
Left/Right Tag. More... | |
enum | Transpose |
(No)Transpose Tag | |
enum | Shape |
(Upp/Low)er Tag | |
enum | Diag |
(Non)Unit Diagonal Tag | |
enum | Format |
Dense format (table) output Tag. | |
Structure for tags.
Tags are simple enums that set a choice in a routine. For instance, if the user wants a <i>right</i> nullspace, she will use a \c LinBoxTag::Right parameter. There it total compatiblity with \c FFLAS tags (cross link) For instance, in LinBox, it is similar to use \c LinBoxTag::Upper and <code>(LinBoxTag::Shape) FFLAS::FflasUpper</code>.
enum Side |