📄 subcluster.h
字号:
#ifndef SUBCLUSTER_H#define SUBCLUSTER_H//int clusterMessageVerboseLevel;int subcluster( SigSet *S, int Class_Index, int desired_num, int option, double Rmin, int *Max_num);int clust_invert( double **a, /* input/output matrix */ int n, /* dimension */ double *det_man, /* determinant mantisa */ int *det_exp, /* determinant exponent *//* scratch space */ int *indx, /* indx = G_alloc_ivector(n); */ double **y, /* y = G_alloc_matrix(n,n); */ double *col /* col = G_alloc_vector(n); */ );#endif /* SUBCLUSTER_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -