My Project
|
Public Member Functions | |
void | init () |
void | init (const poly m) |
poly | getElem (const int i) |
index von 0 ... numVectors-1 More... | |
number | getElemNum (const int i) |
index von 0 ... numVectors-1 More... | |
Data Fields | |
poly | mon |
poly | dividedBy |
bool | isReduced |
int | elementOfS |
number of the set S mon is element of More... | |
int * | numColParNr |
holds the index of u0, u1, ..., un, if (elementOfS == linPolyS) the size is given by (currRing->N) More... | |
number * | numColVector |
holds the column vector if (elementOfS != linPolyS) More... | |
int | numColVectorSize |
size of numColVector More... | |
number * | numColVecCopy |
Definition at line 2001 of file mpr_base.cc.
poly resVector::getElem | ( | const int | i | ) |
index von 0 ... numVectors-1
Definition at line 2047 of file mpr_base.cc.
number resVector::getElemNum | ( | const int | i | ) |
index von 0 ... numVectors-1
Definition at line 2056 of file mpr_base.cc.
|
inline |
Definition at line 2004 of file mpr_base.cc.
|
inline |
Definition at line 2010 of file mpr_base.cc.
poly resVector::dividedBy |
Definition at line 2025 of file mpr_base.cc.
int resVector::elementOfS |
number of the set S mon is element of
Definition at line 2029 of file mpr_base.cc.
bool resVector::isReduced |
Definition at line 2026 of file mpr_base.cc.
poly resVector::mon |
Definition at line 2024 of file mpr_base.cc.
int* resVector::numColParNr |
holds the index of u0, u1, ..., un, if (elementOfS == linPolyS) the size is given by (currRing->N)
Definition at line 2034 of file mpr_base.cc.
number* resVector::numColVecCopy |
Definition at line 2042 of file mpr_base.cc.
number* resVector::numColVector |
holds the column vector if (elementOfS != linPolyS)
Definition at line 2037 of file mpr_base.cc.
int resVector::numColVectorSize |
size of numColVector
Definition at line 2040 of file mpr_base.cc.