Here are the data structures with brief descriptions:
CBitString_t | |
Ccf_struct | Table of constituents |
CCfInfo | |
Centry | |
CEntry_t | A group element |
Cfactor_t | Internal representation of a factor |
CFPerm_t | |
CFPoly_t | |
CGreasedMatrix_t | A greased matrix |
CGrExtractionTable_t | Extraction table for greasing |
CIntMatrix_t | |
CLat_Info | |
CLdLattice_t | Graphical lattice representation |
CLdNode_t | Node in a graphical lattice representation |
CMatRep_t | |
CMatrix_t | A matrix over a finite field. The Data field is a pointer to the matrix elements, organized as an array of rows. Note that the size of a row (RowSize field) is different from the number of columns because more than one mark can be packed into a byte, and rows are always padded to a multiple of sizeof(long). Both Nor and Noc may be zero. In this case, Data ist still a valid pointer, but the memory block it points to has size zero. The pivot table is optional and can be NULL. Besides the marks, each matrix carries the field order, the number of rows and the number of columns. There is no global field order or row length as at the kernel layer |
CMatrixSet_t | A set of matrices |
CMatrixSetElement_t | An element of a matrix set |
CMatrixWindow_t | Matrix Window |
CMtxApplication_t | Application data |
CMtxApplicationInfo_t | Application information structure |
CMtxErrorRecord_t | Run-time errors |
CMtxFile_t | MeatAxe data file object |
CMtxFileInfo_t | File information |
Cnodestruct | A submodule |
CPerm_t | A Permutation |
CPoly_t | |
CSet_t | A Set of Integers. The Set_t structure represents a set of (long) integers. Internally, the set is stored as a sorted list. Insert operations are relatively expensive, especially for large sets. So, if you expect a lot of inserts, the BitString_t data type may be a better choice |
CSpinUpInfo_t | |
CStfData | Structured text file |
CString | A dynamic string |
CSvVector_t | |
CSymmetrizer_t | |
CTkData_t | |
CtPivotEntry | Internal data structure |
CWgData_t | Word Generator Data. This structure is used by the word generator to store the generators and internal data |