My Project
|
Go to the source code of this file.
Functions | |
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... | |
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.