![]() |
My Project
|
Go to the source code of this file.
Macros | |
| #define | SM_MULT sm_MultDiv |
| #define | SM_DIV sm_SpecialPolyDiv |
Functions | |
| poly | sm_MultDiv (poly, poly, const poly, const ring) |
| void | sm_SpecialPolyDiv (poly, poly, const ring) |
| poly | sm_CallDet (ideal I, const ring) |
| void | sm_CallBareiss (ideal smat, int x, int y, ideal &M, intvec **iv, const ring) |
| ideal | sm_CallSolv (ideal I, const ring) |
| ring | sm_RingChange (const ring, long) |
| void | sm_KillModifiedRing (ring r) |
| long | sm_ExpBound (ideal, int, int, int, const ring) |
| #define SM_DIV sm_SpecialPolyDiv |
Definition at line 24 of file sparsmat.h.
| #define SM_MULT sm_MultDiv |
Definition at line 23 of file sparsmat.h.
Definition at line 347 of file sparsmat.cc.
| poly sm_CallDet | ( | ideal | I, |
| const | ring | ||
| ) |
Definition at line 302 of file sparsmat.cc.
| ideal sm_CallSolv | ( | ideal | I, |
| const | ring | ||
| ) |
Definition at line 2316 of file sparsmat.cc.
| long sm_ExpBound | ( | ideal | m, |
| int | di, | ||
| int | ra, | ||
| int | t, | ||
| const | ring | ||
| ) |
Definition at line 188 of file sparsmat.cc.
| void sm_KillModifiedRing | ( | ring | r | ) |
Definition at line 289 of file sparsmat.cc.
Definition at line 1759 of file sparsmat.cc.
| ring sm_RingChange | ( | const | ring, |
| long | bound | ||
| ) |
Definition at line 258 of file sparsmat.cc.
| void sm_SpecialPolyDiv | ( | poly | a, |
| poly | b, | ||
| const | ring | ||
| ) |
Definition at line 1840 of file sparsmat.cc.