source: git/kernel/walkProc.h @ 841e96d

spielwiese
Last change on this file since 841e96d was 841e96d, checked in by Hans Schönemann <hannes@…>, 19 years ago
*hannes: frwalk stuff git-svn-id: file:///usr/local/Singular/svn/trunk@8047 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 250 bytes
Line 
1ideal walkProc(leftv first, leftv second);
2ideal fractalWalkProc(leftv first, leftv second);
3WalkState walkConsistency( idhdl sringHdl, idhdl dringHdl, int * vperm );
4WalkState fractalWalkConsistency( idhdl sringHdl, idhdl dringHdl, int * vperm );
5
6
Note: See TracBrowser for help on using the repository browser.