My Project
|
#include "kernel/mod2.h"
#include "polys/monomials/p_polys.h"
#include "kernel/ideals.h"
#include "polys/monomials/ring.h"
#include "kernel/maps/find_perm.h"
Go to the source code of this file.
Functions | |
static int * | find_perm_for_map (const ring preimage_r, const ring image_r, const ideal image) |
matrix | ma_ApplyPermForMap (const matrix to_map, const ring preimage_r, const ideal image, const ring image_r, const nMapFunc nMap) |
helper function for maMapIdeal mapping ideal/matrix/module for the case of a permutation: maps the ideal/module/matrix to_map via the map from preimage_r with image image and mapping of coefficients via nMap (or return NULL) More... | |
|
static |
Definition at line 19 of file find_perm.cc.
matrix ma_ApplyPermForMap | ( | const matrix | to_map, |
const ring | preimage_r, | ||
const ideal | image, | ||
const ring | image_r, | ||
const nMapFunc | nMap | ||
) |
helper function for maMapIdeal mapping ideal/matrix/module for the case of a permutation: maps the ideal/module/matrix to_map via the map from preimage_r with image image and mapping of coefficients via nMap (or return NULL)
Definition at line 69 of file find_perm.cc.