FORM 4.3
Functions
symmetr.c File Reference
#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)
 

Detailed Description

The routines that deal with the pattern matching of functions with symmetric properties.

Definition in file symmetr.c.

Function Documentation

◆ MatchE()

WORD MatchE ( PHEAD WORD *  pattern,
WORD *  fun,
WORD *  inter,
WORD  par 
)

Definition at line 56 of file symmetr.c.

◆ Permute()

WORD Permute ( PERM perm,
WORD  first 
)

Definition at line 443 of file symmetr.c.

◆ PermuteP()

WORD PermuteP ( PERMP perm,
WORD  first 
)

Definition at line 477 of file symmetr.c.

◆ Distribute()

WORD Distribute ( DISTRIBUTE d,
WORD  first 
)

Definition at line 509 of file symmetr.c.

◆ MatchCy()

int MatchCy ( PHEAD WORD *  pattern,
WORD *  fun,
WORD *  inter,
WORD  par 
)

Definition at line 570 of file symmetr.c.

◆ FunMatchCy()

int FunMatchCy ( PHEAD WORD *  pattern,
WORD *  fun,
WORD *  inter,
WORD  par 
)

Definition at line 1066 of file symmetr.c.

◆ FunMatchSy()

int FunMatchSy ( PHEAD WORD *  pattern,
WORD *  fun,
WORD *  inter,
WORD  par 
)

Definition at line 1524 of file symmetr.c.

◆ MatchArgument()

int MatchArgument ( PHEAD WORD *  arg,
WORD *  pat 
)

Definition at line 2051 of file symmetr.c.