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

563642 views
1
#if !defined(_ZZ_H) && !defined(_ZZ_GEN_VS_P_H)
2
#define ZZ_GEN_VS_P_H
3
4
#include "typedef.h"
5
#include "matrix.h"
6
#include "ZZ_P.h"
7
8
extern matrix_TYP **ZZ_mod_gen _ZZ_P_PROTO_( (matrix_TYP ** gen, int num) );
9
extern matrix_TYP *ZZ_vec_bahn _ZZ_P_PROTO_( (int *vec, matrix_TYP ** gen,
10
int num) );
11
extern matrix_TYP *ZZ_gen_vs _ZZ_P_PROTO_( (int prim, int dim) );
12
13
#endif
14
15