|
Macaulay2 Engine
|
#include "schur2.hpp"#include <stdio.h>#include <iostream>#include "text-io.hpp"#include "ZZ.hpp"#include "relem.hpp"#include "monomial.hpp"#include "ringmap.hpp"#include "monoid.hpp"Go to the source code of this file.
Functions | |
| template<typename T> | |
| static void | hash_combine (size_t &seed, const T &val) |
| bool | operator== (const schur_poly::iterator &a, const schur_poly::iterator &b) |
| bool | operator!= (const schur_poly::iterator &a, const schur_poly::iterator &b) |
| static int | last_nonzero (M2_arrayint part) |
| void | to_varpower (const_schur_partition a, gc_vector< int > &result) |
Variables | |
| const int | SCHUR_MAX_WT = 100 |
| const int | LARGE_NUMBER = 32000 |