Home
last modified time | relevance | path

Searched refs:w_pace (Results 1 – 5 of 5) sorted by relevance

/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dbslmm.cpp84 w_pace = cPar.w_pace; in CopyFromParam()
279 w = w_pace; in WriteResult()
891 gsl_matrix *Result_hyp = gsl_matrix_alloc(w_pace, 6); in MCMC()
892 gsl_matrix *Result_gamma = gsl_matrix_alloc(w_pace, s_max); in MCMC()
1114 w_col = w % w_pace; in MCMC()
1154 w_col = w % w_pace; in MCMC()
1582 gsl_matrix *Result_hyp = gsl_matrix_alloc(w_pace, 6); in MCMC()
1583 gsl_matrix *Result_gamma = gsl_matrix_alloc(w_pace, s_max); in MCMC()
1801 w_col = w % w_pace; in MCMC()
1840 w_col = w % w_pace; in MCMC()
H A Dbslmm.h59 size_t w_pace; // Write pace. variable
H A Dparam.h211 size_t w_pace; // Write pace. variable
H A Dparam.cpp103 r_pace(10), w_pace(1000), n_accept(0), n_mh(10), geo_mean(2000.0), in PARAM()
H A Dgemma.cpp1542 cPar.w_pace = atoi(str.c_str()); in Assign()