#include <weyl.h>
Public Member Functions | |
Transducer () | |
Transducer (const latticetypes::LatticeMatrix &, size_t) | |
~Transducer () | |
unsigned long | length (EltPiece x) const |
unsigned long | maxlength () const |
Generator | out (EltPiece x, Generator s) const |
EltPiece | shift (EltPiece x, Generator s) const |
unsigned long | size () const |
const WeylWord & | wordPiece (EltPiece x) const |
Private Attributes | |
std::vector< ShiftRow > | d_shift |
std::vector< OutRow > | d_out |
std::vector< unsigned long > | d_length |
std::vector< WeylWord > | d_piece |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|