|
Macaulay2 Engine
|
#include "interface/ringmap.h"#include "buffer.hpp"#include "error.h"#include "exceptions.hpp"#include "freemod.hpp"#include "mat.hpp"#include "matrix.hpp"#include "ringmap.hpp"Go to the source code of this file.
Functions | |
| const Ring * | IM2_RingMap_target (const RingMap *F) |
| M2_string | IM2_RingMap_to_string (const RingMap *F) |
| unsigned int | rawRingMapHash (const RingMap *F) |
| M2_bool | IM2_RingMap_is_equal (const RingMap *f, const RingMap *g) |
| const RingMap * | IM2_RingMap_make (const Matrix *M, const Ring *base) |
| const RingMap * | IM2_RingMap_make1 (const Matrix *M) |
| const RingElement * | IM2_RingMap_eval_ringelem (const RingMap *F, const RingElement *a) |
| const Matrix * | IM2_RingMap_eval_matrix (const RingMap *F, const FreeModule *newTarget, const Matrix *M) |
| MutableMatrix * | rawRingMapEvalMutableMatrix (const RingMap *F, const MutableMatrix *M) |