source: git/kernel/maps/find_perm.h @ 4d5437

spielwiese
Last change on this file since 4d5437 was 4d5437, checked in by Hans Schoenemann <hannes@…>, 8 years ago
maps for ideal revisited: new: maMapIdeal as general routine
  • Property mode set to 100644
File size: 602 bytes
Line 
1#ifndef FIND_PERM_H
2#define FIND_PERM_H
3/****************************************
4*  Computer Algebra System SINGULAR     *
5****************************************/
6#include <coeffs/coeffs.h>
7#include <polys/matpol.h>
8/// helper function for maMapIdeal
9/// mapping ideal/matrix/module for the case of a permutation:
10/// maps the ideal/module/matrix to_map via the map from preimage_r with image image
11/// and mapping of coefficients via nMap (or return NULL)
12matrix ma_ApplyPermForMap(const matrix to_map, const ring preimage_r, const ideal image,
13  const ring image_r, const nMapFunc nMap);
14#endif
15
16
Note: See TracBrowser for help on using the repository browser.