Displaying 1 result from an estimated 1 matches for "error_temp".
Did you mean:
error_demo
2018 Feb 02
1
R-gui sessions end when executing C-code
...c = asReal(mu);
double mu2_c = 1.0 - mu_c;
double error_c = asReal(err);
double lowest_double = 1e-15;
double tmp_c;
double denom;
double error_temp;
double error_i_c;
/* Make ready vector froms input */
PROTECT(q); n_prot++;
PROTECT(v); n_prot++;
PROTECT(psi); n_prot++;
double *v_c;...