![]() |
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) |
| BOOLEAN | sm_CheckDet (ideal, int, BOOLEAN, 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 400 of file sparsmat.cc.
Definition at line 355 of file sparsmat.cc.
| ideal sm_CallSolv | ( | ideal | I, |
| const ring | |||
| ) |
Definition at line 2369 of file sparsmat.cc.
Definition at line 304 of file sparsmat.cc.
| long sm_ExpBound | ( | ideal | , |
| int | , | ||
| int | , | ||
| int | , | ||
| const ring | |||
| ) |
Definition at line 189 of file sparsmat.cc.
| void sm_KillModifiedRing | ( | ring | r | ) |
Definition at line 290 of file sparsmat.cc.
Definition at line 1812 of file sparsmat.cc.
| ring sm_RingChange | ( | const ring | , |
| long | |||
| ) |
Definition at line 259 of file sparsmat.cc.
Definition at line 1893 of file sparsmat.cc.