Displaying 2 results from an estimated 2 matches for "arraymodule".
2013 Jun 19
3
Calling an array in a struct in C to R
Hi there,
Although I'm a quite experienced R user and know my ways in C, I stumbled
upon a problem I don't know how to solve. Therefore, I hope someone can
provide me with the information or pointers I need in order to understand
the way in which the communication between R and C occurs. I have the
following C code which basicallly reflects what I want:
typedef struct
{
float
2010 May 17
0
strace log
...quot;/usr/lib/xen-3.2-1/bin/../lib/python/xen/util/array",
0x7fffffff31b0) = -1 ENOENT (No such file or directory)
open("/usr/lib/xen-3.2-1/bin/../lib/python/xen/util/array.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/xen-3.2-1/bin/../lib/python/xen/util/arraymodule.so",
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/xen-3.2-1/bin/../lib/python/xen/util/array.py",
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/xen-3.2-1/bin/../lib/python/xen/util/array.pyc",
O_RDONLY) = -1 ENOENT (No such file or dir...