My Project
|
Go to the source code of this file.
Enumerations | |
enum | WalkState { WalkNoIdeal , WalkIncompatibleRings , WalkIntvecProblem , WalkOverFlowError , WalkIncompatibleDestRing , WalkIncompatibleSourceRing , WalkOk } |
Functions | |
WalkState | walkstep64 (ideal &G, int64vec *currw, int step) |
WalkState | walk64 (ideal I, int64vec *currw64, ring destRing, int64vec *destVec64, ideal &destIdeal, BOOLEAN sourceIsSB=FALSE) |
WalkState | fractalWalk64 (ideal sourceIdeal, ring destRing, ideal &destIdeal, BOOLEAN sourceIsSB, BOOLEAN unperturbedStartVectorStrategy) |
WalkState | unperturbedFirstStep64 (ideal &G, int64vec *currw64, ring destRing) |
enum WalkState |
Enumerator | |
---|---|
WalkNoIdeal | |
WalkIncompatibleRings | |
WalkIntvecProblem | |
WalkOverFlowError | |
WalkIncompatibleDestRing | |
WalkIncompatibleSourceRing | |
WalkOk |
Definition at line 7 of file walkMain.h.
WalkState fractalWalk64 | ( | ideal | sourceIdeal, |
ring | destRing, | ||
ideal & | destIdeal, | ||
BOOLEAN | sourceIsSB, | ||
BOOLEAN | unperturbedStartVectorStrategy | ||
) |
Definition at line 614 of file walkMain.cc.
Definition at line 358 of file walkMain.cc.
WalkState walk64 | ( | ideal | I, |
int64vec * | currw64, | ||
ring | destRing, | ||
int64vec * | destVec64, | ||
ideal & | destIdeal, | ||
BOOLEAN | sourceIsSB = FALSE |
||
) |
Definition at line 222 of file walkMain.cc.