19#if !defined(__CYGWIN__) && defined(__GNUC__) && !defined(__MINGW32__)
20#define INTERNAL __attribute__((visibility("hidden")))
25#define tolerance_cg 1e-3
27#define DFLT_ITERATIONS 200
29#define DFLT_TOLERANCE 1e-4
32#define num_pivots_stress 40
34#define opt_smart_init 0x4
35#define opt_exp_flag 0x3
Agraph_t * graph(char *name)
INTERNAL float * mdsModel(vtx_data *graph, int nG)
INTERNAL int stress_majorization_kD_mkernel(vtx_data *graph, int n, double **coords, node_t **nodes, int dim, int opts, int model, int maxi)
INTERNAL float * compute_apsp_packed(vtx_data *graph, int n)
INTERNAL float * circuitModel(vtx_data *graph, int nG)
INTERNAL int initLayout(int n, int dim, double **coords, node_t **nodes)
INTERNAL float * compute_apsp_artificial_weights_packed(vtx_data *graph, int n)