|
FORM
4.3
|
#include "form3.h"Go to the source code of this file.
Functions | |
| WORD | MatchE (PHEAD WORD *pattern, WORD *fun, WORD *inter, WORD par) |
| WORD | Permute (PERM *perm, WORD first) |
| WORD | PermuteP (PERMP *perm, WORD first) |
| WORD | Distribute (DISTRIBUTE *d, WORD first) |
| int | MatchCy (PHEAD WORD *pattern, WORD *fun, WORD *inter, WORD par) |
| int | FunMatchCy (PHEAD WORD *pattern, WORD *fun, WORD *inter, WORD par) |
| int | FunMatchSy (PHEAD WORD *pattern, WORD *fun, WORD *inter, WORD par) |
| int | MatchArgument (PHEAD WORD *arg, WORD *pat) |
The routines that deal with the pattern matching of functions with symmetric properties.
Definition in file symmetr.c.
1.8.14