Displaying 1 result from an estimated 1 matches for "file4431b782".
2010 Apr 14
0
SHLIB works but inline compilation does not
..."numeric"),
> + code,
> + language="C",
> + convention=".C" )
>
> ERROR(s) during compilation: source code errors or compiler configuration
> errors!
>
> Program source:
> 1: #include <R.h>
> 2:
> 3:
> 4: void file4431b782 ( double * a, double * na, double * b, double * nb,
> double * ab ) {
> 5:
> 6: int i, j, nab = *na + *nb - 1;
> 7: for(i = 0; i < nab; i++)
> 8: ab[i] = 0.0;
> 9: for(i = 0; i < *na; i++) {
> 10: for(j = 0; j < *nb; j++)
> 11: ab[i +...