![]()  | 
  
    My Project
    
   | 
 
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) | 
| void | maFindPermLP (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 lV) | 
| void | maFetchPermLP (const ring preimage_r, const ring dst_r, int *perm) | 
| 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) | 
| poly | maEvalVariable (poly p, int v, int pExp, ideal s, const ring dst_r) | 
| ideal idSubstPoly | ( | ideal | id, | 
| int | n, | ||
| poly | e | ||
| ) | 
Definition at line 426 of file maps_ip.cc.
Definition at line 32 of file maps.cc.
Definition at line 115 of file maps.cc.
| poly maEvalVariable | ( | poly | p, | 
| int | v, | ||
| int | pExp, | ||
| ideal | s, | ||
| const ring | dst_r | ||
| ) | 
Definition at line 306 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 | ||
| ) | 
Definition at line 163 of file maps.cc.
| void maFindPermLP | ( | 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 | lV | ||
| ) | 
Definition at line 231 of file maps.cc.
| poly maIMap | ( | ring | src_ring, | 
| ring | dst_ring, | ||
| poly | p | ||
| ) | 
| int maMaxDeg_Ma | ( | ideal | a, | 
| ring | preimage_r | ||
| ) | 
Definition at line 360 of file maps.cc.
| int maMaxDeg_P | ( | poly | p, | 
| ring | preimage_r | ||
| ) | 
| poly p_MinPolyNormalize | ( | poly | p, | 
| const ring | r | ||
| ) | 
Definition at line 430 of file maps.cc.
| poly pSubstPoly | ( | poly | p, | 
| int | var, | ||
| poly | image | ||
| ) | 
Definition at line 404 of file maps_ip.cc.