FORM  4.3
Data Fields
FuNcTiOn Struct Reference

#include <structs.h>

Data Fields

TABLES tabl
 
LONG symminfo
 
LONG name
 
WORD commute
 
WORD complex
 
WORD number
 
WORD flags
 
WORD spec
 
WORD symmetric
 
WORD node
 
WORD namesize
 
WORD dimension
 
WORD maxnumargs
 
WORD minnumargs
 

Detailed Description

Contains all information about a function. Also used for tables. It is used in the LIST elements of #AC.

Definition at line 475 of file structs.h.

Field Documentation

◆ tabl

TABLES tabl

Used if redefined as table. != 0 if function is a table

Definition at line 476 of file structs.h.

◆ symminfo

LONG symminfo

Info regarding symm properties offset in buffer

Definition at line 477 of file structs.h.

◆ name

LONG name

Location in namebuffer of NAMETREE

Definition at line 478 of file structs.h.

◆ commute

WORD commute

Commutation properties

Definition at line 479 of file structs.h.

◆ complex

WORD complex

Properties under complex conjugation

Definition at line 480 of file structs.h.

◆ number

WORD number

Number when stored in file

Definition at line 481 of file structs.h.

◆ flags

WORD flags

Used to indicate usage when storing

Definition at line 482 of file structs.h.

◆ spec

WORD spec

Regular, Tensor, etc. See FunSpecs.

Definition at line 483 of file structs.h.

◆ symmetric

WORD symmetric

0 if symmetric properties

Definition at line 484 of file structs.h.

◆ node

WORD node

Location in namenode of NAMETREE

Definition at line 485 of file structs.h.

◆ namesize

WORD namesize

Length of the name

Definition at line 486 of file structs.h.


The documentation for this struct was generated from the following file: