#include <YoungTab.hh>
|
virtual | ~filled_tableau () |
|
virtual unsigned int | number_of_rows () const |
|
virtual unsigned int | row_size (unsigned int row) const |
|
virtual void | add_box (unsigned int row) |
|
virtual void | remove_box (unsigned int row) |
|
std::pair< int, int > | find (const T &) const |
|
virtual void | clear () |
|
void | copy_shape (const tableau &) |
|
T & | operator() (unsigned int row, unsigned int col) |
|
const T & | operator() (unsigned int row, unsigned int col) const |
|
const T & | operator[] (unsigned int boxnum) const |
|
void | add_box (unsigned int rownum, T val) |
|
void | swap_columns (unsigned int c1, unsigned int c2) |
|
bool | compare_without_multiplicity (const filled_tableau< T > &other) const |
|
bool | has_nullifying_trace () const |
|
void | sort_within_columns () |
|
void | sort_columns () |
|
void | canonicalise () |
| Sort equal-length columns and sort within columns.
|
|
std::pair< int, int > | nonstandard_loc () const |
|
template<class StrictWeakOrdering > |
void | sort_within_columns (StrictWeakOrdering comp) |
|
template<class StrictWeakOrdering > |
void | sort_columns (StrictWeakOrdering comp) |
|
template<class StrictWeakOrdering > |
void | canonicalise (StrictWeakOrdering comp, bool only_col_ex=false) |
|
void | projector (combin::symmetriser< T > &, bool modulo_monoterm=false) const |
|
void | projector (combin::symmetriser< T > &, combin::range_vector_t &) const |
|
yngrat_t | projector_normalisation () const |
|
filled_tableau< T > & | operator= (const filled_tableau< T > &) |
|
in_column_iterator | begin_column (unsigned int column_number) |
|
in_column_iterator | end_column (unsigned int column_number) |
|
in_column_const_iterator | begin_column (unsigned int column_number) const |
|
in_column_const_iterator | end_column (unsigned int column_number) const |
|
in_column_const_iterator | cbegin_column (unsigned int column_number) const |
|
in_column_const_iterator | cend_column (unsigned int column_number) const |
|
in_row_iterator | begin_row (unsigned int row_number) |
|
in_row_iterator | end_row (unsigned int row_number) |
|
in_row_const_iterator | begin_row (unsigned int row_number) const |
|
in_row_const_iterator | end_row (unsigned int row_number) const |
|
in_row_const_iterator | cbegin_row (unsigned int row_number) const |
|
in_row_const_iterator | cend_row (unsigned int row_number) const |
|
iterator | begin () |
|
iterator | end () |
|
const_iterator | begin () const |
|
const_iterator | end () const |
|
const_iterator | cbegin () const |
|
const_iterator | cend () const |
|
template<class OutputIterator > |
OutputIterator | Garnir_set (OutputIterator, unsigned int, unsigned int) const |
|
virtual | ~tableau () |
|
tableau & | operator= (const tableau &) |
|
| tableau_base () |
|
virtual | ~tableau_base () |
|
virtual unsigned int | column_size (unsigned int col) const |
|
virtual void | add_row (unsigned int row_size) |
|
yngint_t | dimension (unsigned int) const |
|
unsigned long | hook_length (unsigned int row, unsigned int col) const |
|
yngint_t | hook_length_prod () const |
|
◆ box_row
◆ row_stack
◆ value_type
◆ ~filled_tableau()
◆ add_box() [1/2]
◆ add_box() [2/2]
◆ begin() [1/2]
◆ begin() [2/2]
◆ begin_column() [1/2]
◆ begin_column() [2/2]
◆ begin_row() [1/2]
◆ begin_row() [2/2]
◆ canonicalise() [1/2]
Sort equal-length columns and sort within columns.
◆ canonicalise() [2/2]
◆ cbegin()
◆ cbegin_column()
◆ cbegin_row()
◆ cend()
◆ cend_column()
◆ cend_row()
◆ clear()
◆ compare_without_multiplicity()
◆ copy_shape()
◆ end() [1/2]
◆ end() [2/2]
◆ end_column() [1/2]
◆ end_column() [2/2]
◆ end_row() [1/2]
◆ end_row() [2/2]
◆ find()
◆ Garnir_set()
◆ has_nullifying_trace()
◆ nonstandard_loc()
◆ number_of_rows()
◆ operator()() [1/2]
◆ operator()() [2/2]
◆ operator=()
◆ operator[]()
◆ projector() [1/2]
◆ projector() [2/2]
anti-symmetrise over boxes in columns
◆ projector_normalisation()
◆ remove_box()
◆ row_size()
◆ sort_columns() [1/2]
◆ sort_columns() [2/2]
◆ sort_within_columns() [1/2]
◆ sort_within_columns() [2/2]
◆ swap_columns()
◆ rows
The documentation for this class was generated from the following file: