search for: gl_fmkl_distfunc

Displaying 2 results from an estimated 2 matches for "gl_fmkl_distfunc".

2006 Mar 31
1
Fortran and C entry point problem.
...general solution to date. I have Fortran and C source codes and they have been compiled successfully using: R CMD build mypackage And R CMD install mypackage Without error messages. I then open R and tests out two functions and get: > pgl(0.2,1,2,3,4) Error in .C("gl_fmkl_distfunc", lambdas[1], lambdas[2], lambdas[3], lambdas[4], : C entry point "gl_fmkl_distfunc" not in DLL for package "mypackage" > runif.sobol(10,5) Error in .Fortran("sobol", as.double(qn), as.integer(n), as.integer(dimension), : Fortran entry p...
2006 Mar 31
1
Fortran and C entry point problem.
...general solution to date. I have Fortran and C source codes and they have been compiled successfully using: R CMD build mypackage And R CMD install mypackage Without error messages. I then open R and tests out two functions and get: > pgl(0.2,1,2,3,4) Error in .C("gl_fmkl_distfunc", lambdas[1], lambdas[2], lambdas[3], lambdas[4], : C entry point "gl_fmkl_distfunc" not in DLL for package "mypackage" > runif.sobol(10,5) Error in .Fortran("sobol", as.double(qn), as.integer(n), as.integer(dimension), : Fortran entry p...