#define SPACE 6000000 #define MDIM 2000 #define MV 20000 #define MM 10 #define MPR 127 #define MSL 50
/* MPR and MM cannot sensibly be increased. Matrices are stored as characters, so entries must lie in range -128<=x<=127. MM=10, means that groups can have at most 9 generators. This is only to allow the gen no. to be read as a single digit.
*/ char inf[80], outf[80], temp[80], temp2[80], mspace[SPACE], *vec[MV],
**mat[MM], /* defaults inf = gpname.inmat outf always takes values infq infs or inff.
*/
cvec[MDIM + 1], pinv[MPR], mstr[MSL + 1], full, intop, opt, aut; short svec[MDIM + 1], mdim = MDIM, mv = MV, mm = MM, mpr = MPR, msl = MSL; int space = SPACE;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.