Home | History | Annotate | Download | only in src

Lines Matching full:coef_step

1612     double degree_step = 10, g_step = 10, coef_step = 10, C_step = 10, nu_step = 10, p_step = 10;
1696 coef_step > 1);
2449 coef_step = 14,
2540 coef_step = coef_grid->step;
2619 assert( g_step > 1 && degree_step > 1 && coef_step > 1);
2630 for( coef = coef_begin; coef <= coef_end; coef *= coef_step )