![]() |
Public Member Functions | |
| void | init () |
| void | init (const poly m) |
| poly | getElem (const int i) |
| index von 0 ... More... | |
| number | getElemNum (const int i) |
| index von 0 ... 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 2002 of file mpr_base.cc.
index von 0 ...
numVectors-1
Definition at line 2048 of file mpr_base.cc.
| number resVector::getElemNum | ( | const int | i | ) |
index von 0 ...
numVectors-1
Definition at line 2057 of file mpr_base.cc.
|
inline |
Definition at line 2005 of file mpr_base.cc.
Definition at line 2011 of file mpr_base.cc.
| poly resVector::dividedBy |
Definition at line 2026 of file mpr_base.cc.
| int resVector::elementOfS |
number of the set S mon is element of
Definition at line 2030 of file mpr_base.cc.
| bool resVector::isReduced |
Definition at line 2027 of file mpr_base.cc.
| poly resVector::mon |
Definition at line 2025 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 2035 of file mpr_base.cc.
| number* resVector::numColVecCopy |
Definition at line 2043 of file mpr_base.cc.
| number* resVector::numColVector |
holds the column vector if (elementOfS != linPolyS)
Definition at line 2038 of file mpr_base.cc.
| int resVector::numColVectorSize |
size of numColVector
Definition at line 2041 of file mpr_base.cc.