|
Macaulay2 Engine
|
#include <schur2.hpp>
Private Member Functions | |
| void | initialize (int nvars) |
| void | initialize (int maxrows, int maxwt) |
| tableau2 () | |
| ~tableau2 () | |
| void | resize (int max_wt) |
| int | elem (int x, int y) const |
| void | fill (int *lamb, int *pp) |
| void | display () const |
Private Attributes | |
| int | maxwt |
| int | wt |
| int * | lambda |
| int * | p |
| int * | xloc |
| int * | yloc |
Friends | |
| class | SchurRing2 |
Definition at line 54 of file schur2.hpp.