![]() |
Go to the source code of this file.
Macros | |
| #define | SM_MULT sm_MultDiv |
| #define | SM_DIV sm_SpecialPolyDiv |
Functions | |
| poly | sm_Mult (poly, poly, const ring) |
| void | sm_PolyDiv (poly, poly, const ring) |
| 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 404 of file sparsmat.cc.
Definition at line 359 of file sparsmat.cc.
| ideal sm_CallSolv | ( | ideal | I, |
| const ring | |||
| ) |
Definition at line 2372 of file sparsmat.cc.
Definition at line 308 of file sparsmat.cc.
| long sm_ExpBound | ( | ideal | , |
| int | , | ||
| int | , | ||
| int | , | ||
| const ring | |||
| ) |
Definition at line 194 of file sparsmat.cc.
| void sm_KillModifiedRing | ( | ring | r | ) |
Definition at line 294 of file sparsmat.cc.
Definition at line 1815 of file sparsmat.cc.
Definition at line 1616 of file sparsmat.cc.
| ring sm_RingChange | ( | const ring | , |
| long | |||
| ) |
Definition at line 263 of file sparsmat.cc.
Definition at line 1895 of file sparsmat.cc.