|
Macaulay2 Engine
|
#include "debug.hpp"#include "text-io.hpp"#include "matrix.hpp"#include "relem.hpp"#include "gbring.hpp"#include "res-a1-poly.hpp"#include "res-a0-poly.hpp"#include "hermite.hpp"#include "mat.hpp"#include "monideal.hpp"Go to the source code of this file.
Functions | |
| void | showint (mpz_srcptr a) |
| void | dintarray (M2_arrayint a) |
| template<typename T> | |
| void | dvector (gc_vector< T > &a) |
| void | dmatrix (const Matrix *M) |
| void | drelem (const RingElement *f) |
| void | dfree (const FreeModule *F) |
| void | dringelem (const Ring *R, const ring_elem f) |
| void | dNterm (const Ring *R, const Nterm *f) |
| void | dvec (const Ring *R, const vec v) |
| void | dgbvec (const GBRing *R, gbvector *v) |
| void | drespoly (const res_poly *R, const resterm *f) |
| void | drespoly2 (const res2_poly *R, const res2term *f) |
| void | dhermite (HermiteComputation *G) |
| void | dmutablemat (MutableMatrix *m) |
| void | dmonideal (MonomialIdeal *m) |
| void | dstash () |
| void | dRRR (gmp_RR a) |
| void | pring (const Ring *R) |