Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

563641 views
1
#if !defined(_ZZ_H) && !defined(_ZZ_IRR_CONST_H)
2
#define _ZZ_IRR_CONST_H
3
4
#include "matrix.h"
5
#include "ZZ_P.h"
6
7
extern matrix_TYP **ZZ_irr_const _ZZ_P_PROTO_( (matrix_TYP ** generators,
8
int num_gens,
9
int p, int *num_irr_const) );
10
11
#endif
12
13