linbox
Public Types
LinBoxTag Struct Reference

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.

Detailed Description

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.

There it total compatiblity with FFLAS tags (cross link) For instance, in LinBox, it is similar to use LinBoxTag::Upper and (LinBoxTag::Shape) FFLAS::FflasUpper.

Note
Tags are not Methods.

Member Enumeration Documentation

enum Side

Left/Right Tag.

Enumerator:
Left 

Left.

Right 

Right.


The documentation for this struct was generated from the following file: