Macaulay2 Engine
Loading...
Searching...
No Matches

◆ initialize() [1/2]

void tableau2::initialize ( int maxrows,
int maxwt )
private

Definition at line 16 of file schur2.cpp.

17{
18 (void) nvars;
19 (void) maxwt0;
21 wt = 0;
22 lambda = nullptr;
23 p = nullptr;
26}
int * lambda
Definition schur2.hpp:60
int * xloc
Definition schur2.hpp:62
int * yloc
Definition schur2.hpp:64
int wt
Definition schur2.hpp:59
int * p
Definition schur2.hpp:61
int maxwt
Definition schur2.hpp:58
#define newarray_atomic(T, len)
Definition newdelete.hpp:91
const int SCHUR_MAX_WT
Definition schur.hpp:40

References lambda, maxwt, newarray_atomic, p, SCHUR_MAX_WT, wt, xloc, and yloc.