/* assemble a t x t matrix, A, which represents the action of the automorphismdescribedbya2-dimensionalarray,auts, onaninitial-segmentranktsubgroupofthep-multiplicator;
note that the indices of auts start at 1, not 0 */
void assemble_matrix(int **A, int t, int **auts, struct pcp_vars *pcp)
{ register int *y = y_address;
register int i, j; register int offset = y[pcp->clend + pcp->cc - 1] + 1;
for (i = 0; i < t; ++i)
for (j = 0; j < t; ++j)
A[i][j] = auts[offset + i][offset + j];
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.9 Sekunden
(vorverarbeitet am 2026-09-04)
¤
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.