![]() |
My Project
|
Go to the source code of this file.
Enumerations | |
enum | WalkState { WalkNoIdeal , WalkIncompatibleRings , WalkIntvecProblem , WalkOverFlowError , WalkIncompatibleDestRing , WalkIncompatibleSourceRing , WalkOk } |
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.