FORM  4.1
Functions
function.c File Reference
#include "form3.h"

Go to the source code of this file.

Functions

WORD MakeDirty (WORD *term, WORD *x, WORD par)
 
void MarkDirty (WORD *term, WORD flags)
 
void PolyFunDirty (PHEAD WORD *term)
 
void PolyFunClean (PHEAD WORD *term)
 
WORD Symmetrize (PHEAD WORD *func, WORD *Lijst, WORD ngroups, WORD gsize, WORD type)
 
WORD CompGroup (PHEAD WORD type, WORD **args, WORD *a1, WORD *a2, WORD num)
 
int FullSymmetrize (PHEAD WORD *fun, int type)
 
WORD SymGen (PHEAD WORD *term, WORD *params, WORD num, WORD level)
 
WORD SymFind (PHEAD WORD *term, WORD *params)
 
int ChainIn (PHEAD WORD *term, WORD funnum)
 
int ChainOut (PHEAD WORD *term, WORD funnum)
 
WORD MatchFunction (PHEAD WORD *pattern, WORD *interm, WORD *wilds)
 
WORD ScanFunctions (PHEAD WORD *inpat, WORD *inter, WORD par)
 

Detailed Description

The file with the central routines for the pattern matching of functions and their arguments. The file also contains the routines for the execution of the Symmetrize statement and its variations (like antisymmetrize etc).

Definition in file function.c.