/**************************************************************************** ** *A assemble_matrix.c ANUPQ source Eamonn O'Brien ** *Y Copyright 1995-2001, Lehrstuhl D fuer Mathematik, RWTH Aachen, Germany *Y Copyright 1995-2001, School of Mathematical Sciences, ANU, Australia **
*/
#include"pq_defs.h" #include"pcp_vars.h"
/* assemble a t x t matrix, A, which represents the action of the automorphism described by a 2-dimensional array, auts, on an initial-segment rank t subgroup of the p-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)
{ registerint *y = y_address;
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 ist noch experimentell.