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

563680 views
1
#if !defined(_ZZ_H) && !defined(_ZZ_LLL_P_H)
2
#define _ZZ_LLL_P_H
3
4
#include "ZZ_P.h"
5
6
extern matrix_TYP *ZZ_lll _ZZ_P_PROTO_( (matrix_TYP * Mat, int lll_bnd)) ;
7
8
9
#endif
10
11