linbox
|
Structure for tags. More...
#include <linbox-tags.h>
Public Types | |
enum | Side { Left = 1000, Right = 1001 } |
Left/Right Tag. 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 LinBoxTag::Right
parameter.
enum Side |