![]() |
Go to the source code of this file.
Functions | |
| poly | maEval (map theMap, poly p, ring preimage_r, nMapFunc nMap, ideal s, const ring dst_r) |
| map | maCopy (map theMap, const ring dst_ring) |
| poly | maIMap (ring src_ring, ring dst_ring, poly p) |
| void | maFindPerm (char const *const *const preim_names, int preim_n, char const *const *const preim_par, int preim_p, char const *const *const names, int n, char const *const *const par, int nop, int *perm, int *par_perm, n_coeffType ch) |
| poly | pSubstPoly (poly p, int var, poly image) |
| ideal | idSubstPoly (ideal id, int n, poly e) |
| poly | p_MinPolyNormalize (poly p, const ring r) |
| int | maMaxDeg_P (poly p, ring preimage_r) |
| int | maMaxDeg_Ma (ideal a, ring preimage_r) |
| ideal idSubstPoly | ( | ideal | id, |
| int | n, | ||
| poly | e | ||
| ) |
Definition at line 420 of file maps_ip.cc.
Definition at line 38 of file maps.cc.
Definition at line 121 of file maps.cc.
| void maFindPerm | ( | char const *const *const | preim_names, |
| int | preim_n, | ||
| char const *const *const | preim_par, | ||
| int | preim_p, | ||
| char const *const *const | names, | ||
| int | n, | ||
| char const *const *const | par, | ||
| int | nop, | ||
| int * | perm, | ||
| int * | par_perm, | ||
| n_coeffType | ch | ||
| ) |
| int maMaxDeg_Ma | ( | ideal | a, |
| ring | preimage_r | ||
| ) |
Definition at line 258 of file maps.cc.
| int maMaxDeg_P | ( | poly | p, |
| ring | preimage_r | ||
| ) |
Definition at line 296 of file maps.cc.
Definition at line 328 of file maps.cc.
Definition at line 365 of file maps_ip.cc.