![]() |
Go to the source code of this file.
Typedefs | |
| typedef polyrec * | poly |
Functions | |
| void | scComputeHC (ideal s, ideal Q, int k, poly &hEdge, ring tailRing=currRing) |
| intvec * | scIndIntvec (ideal S, ideal Q=NULL) |
| int | scDimInt (ideal s, ideal Q=NULL) |
| int | scMultInt (ideal s, ideal Q=NULL) |
| int | scMult0Int (ideal s, ideal Q=NULL, const ring tailRing=currRing) |
| void | scPrintDegree (int co, int mu) |
| void | scDegree (ideal s, intvec *modulweight, ideal Q=NULL) |
| ideal | scKBase (int deg, ideal s, ideal Q=NULL, intvec *mv=NULL) |
Variables | |
| ring | currRing |
| Widely used global variable which specifies the current polynomial ring for Singular interpreter and legacy implementatins. : one should avoid using it in newer designs, for example due to possible problems in parallelization with threads. More... | |
Definition at line 1005 of file hdegree.cc.
Definition at line 822 of file hdegree.cc.
| int scDimInt | ( | ideal | s, |
| ideal | Q = NULL |
||
| ) |
Definition at line 72 of file hdegree.cc.
Definition at line 212 of file hdegree.cc.
Definition at line 1353 of file hdegree.cc.
Definition at line 919 of file hdegree.cc.
| int scMultInt | ( | ideal | s, |
| ideal | Q = NULL |
||
| ) |
Definition at line 799 of file hdegree.cc.
| void scPrintDegree | ( | int | co, |
| int | mu | ||
| ) |
Definition at line 808 of file hdegree.cc.