![]() |
#include <kernel/structs.h>
Go to the source code of this file.
Functions | |
ideal | MwalkInitialForm (ideal G, intvec *curr_weight) |
intvec * | MwalkNextWeight (intvec *curr_weight, intvec *target_weight, ideal G) |
int | MivSame (intvec *u, intvec *v) |
int | M3ivSame (intvec *next_weight, intvec *u, intvec *v) |
intvec * | Mivdp (int nR) |
intvec * | Mivlp (int nR) |
intvec * | MivMatrixOrder (intvec *iv) |
intvec * | MivMatrixOrderdp (int iv) |
intvec * | MPertVectors (ideal G, intvec *ivtarget, int pdeg) |
intvec * | MPertVectorslp (ideal G, intvec *ivtarget, int pdeg) |
intvec * | MivMatrixOrderlp (int nV) |
intvec * | Mfpertvector (ideal G, intvec *iv) |
intvec * | MivUnit (int nV) |
intvec * | MivWeightOrderlp (intvec *ivstart) |
intvec * | MivWeightOrderdp (intvec *ivstart) |
ideal | MidLift (ideal Gomega, ideal M) |
ideal | MLiftLmalG (ideal L, ideal G) |
ideal | MLiftLmalGNew (ideal Gomega, ideal M, ideal G) |
ideal | MLiftLmalGMin (ideal L, ideal G) |
intvec * | MkInterRedNextWeight (intvec *iva, intvec *ivb, ideal G) |
intvec * | MPertNextWeight (intvec *iva, ideal G, int deg) |
intvec * | Mivperttarget (ideal G, int ndeg) |
intvec * | MSimpleIV (intvec *iv) |
ideal | Mwalk (ideal Go, intvec *orig_M, intvec *target_M, ring baseRing, int reduction, int printout) |
ideal | Mrwalk (ideal Go, intvec *orig_M, intvec *target_M, int weight_rad, int pert_deg, int reduction, int printout) |
ideal | Mpwalk (ideal Go, int op_deg, int tp_deg, intvec *curr_weight, intvec *target_weight, int nP, int reduction, int printout) |
ideal | Mprwalk (ideal Go, intvec *orig_M, intvec *target_M, int weight_rad, int op_deg, int tp_deg, int nP, int reduction, int printout) |
ideal | Mfwalk (ideal G, intvec *ivstart, intvec *ivtarget, int reduction, int printout) |
ideal | Mfrwalk (ideal G, intvec *ivstart, intvec *ivtarget, int weight_rad, int reduction, int printout) |
intvec * | TranMPertVectorslp (ideal G) |
ideal | TranMImprovwalk (ideal Go, intvec *curr_weight, intvec *target_weight, int nP) |
ideal | MAltwalk1 (ideal G, int op, int tp, intvec *curr_weight, intvec *target_weight) |
ideal | MAltwalk2 (ideal G, intvec *curr_weight, intvec *target_weight) |
Definition at line 9680 of file walk.cc.
Definition at line 4289 of file walk.cc.
Definition at line 1521 of file walk.cc.
ideal Mfrwalk | ( | ideal | G, |
intvec * | ivstart, | ||
intvec * | ivtarget, | ||
int | weight_rad, | ||
int | reduction, | ||
int | printout | ||
) |
Definition at line 8221 of file walk.cc.
Definition at line 8040 of file walk.cc.
ideal MidLift | ( | ideal | Gomega, |
ideal | M | ||
) |
intvec* Mivdp | ( | int | nR | ) |
Definition at line 1016 of file walk.cc.
intvec* Mivlp | ( | int | nR | ) |
Definition at line 972 of file walk.cc.
intvec* MivMatrixOrderdp | ( | int | iv | ) |
Definition at line 1426 of file walk.cc.
intvec* MivMatrixOrderlp | ( | int | nV | ) |
Definition at line 1410 of file walk.cc.
intvec* Mivperttarget | ( | ideal | G, |
int | ndeg | ||
) |
intvec* MivUnit | ( | int | nV | ) |
Definition at line 1505 of file walk.cc.
Definition at line 1465 of file walk.cc.
Definition at line 1445 of file walk.cc.
Definition at line 2579 of file walk.cc.
ideal MLiftLmalG | ( | ideal | L, |
ideal | G | ||
) |
ideal MLiftLmalGMin | ( | ideal | L, |
ideal | G | ||
) |
ideal MLiftLmalGNew | ( | ideal | Gomega, |
ideal | M, | ||
ideal | G | ||
) |
Definition at line 1097 of file walk.cc.
Definition at line 1308 of file walk.cc.
ideal Mprwalk | ( | ideal | Go, |
intvec * | orig_M, | ||
intvec * | target_M, | ||
int | weight_rad, | ||
int | op_deg, | ||
int | tp_deg, | ||
int | nP, | ||
int | reduction, | ||
int | printout | ||
) |
Definition at line 6397 of file walk.cc.
ideal Mpwalk | ( | ideal | Go, |
int | op_deg, | ||
int | tp_deg, | ||
intvec * | curr_weight, | ||
intvec * | target_weight, | ||
int | nP, | ||
int | reduction, | ||
int | printout | ||
) |
Definition at line 5956 of file walk.cc.
ideal Mrwalk | ( | ideal | Go, |
intvec * | orig_M, | ||
intvec * | target_M, | ||
int | weight_rad, | ||
int | pert_deg, | ||
int | reduction, | ||
int | printout | ||
) |
Definition at line 5612 of file walk.cc.
ideal Mwalk | ( | ideal | Go, |
intvec * | orig_M, | ||
intvec * | target_M, | ||
ring | baseRing, | ||
int | reduction, | ||
int | printout | ||
) |
Definition at line 5311 of file walk.cc.
Definition at line 8405 of file walk.cc.
intvec* TranMPertVectorslp | ( | ideal | G | ) |