|
Macaulay2 Engine
|
#include "interface/cra.h"#include "cra.hpp"#include "error.h"#include "freemod.hpp"#include "matrix-con.hpp"#include "matrix.hpp"#include "monoid.hpp"#include "poly.hpp"#include "relem.hpp"#include "ring.hpp"#include "ringelem.hpp"Go to the source code of this file.
Functions | |
| const RingElement * | rawRingElementCRA (const RingElement *f, const RingElement *g, mpz_srcptr m, mpz_srcptr n) |
| const Matrix * | rawMatrixCRA (const Matrix *f, const Matrix *g, mpz_srcptr m, mpz_srcptr n) |
| const RingElement * | rawRingElementRatConversion (const RingElement *f, mpz_srcptr m, const Ring *RQ) |
| const Matrix * | rawMatrixRatConversion (const Matrix *f, mpz_srcptr m, const Ring *RQ) |