Re: [R] bigmemory doubt

2010-09-08 Thread Jay Emerson
By far the easiest way to achieve this would be to use the bigmemory
C++ structures in your program itself.  However, if you do something
on your own (but fundamentally have a column-major matrix in shared
memory), it should be possible to play around with the pointer with
R/bigmemory to accomplish this, yes.  Feel free to email us directly
for advice.

Jay


 Message: 153
 Date: Wed, 8 Sep 2010 10:52:19 +0530 (IST)
 From: raje...@cse.iitm.ac.in raje...@cse.iitm.ac.in
 To: r-help  r-help@r-project.org
 Subject: [R] bigmemory doubt
 Message-ID:
   1204692515.13855.1283923339865.javamail.r...@mail.cse.iitm.ac.in
 Content-Type: text/plain

 Hi,

 Is it possible for me to read data from shared memory created by a vc++ 
 program into R using bigmemory?

-- 
John W. Emerson (Jay)
Associate Professor of Statistics
Department of Statistics
Yale University
http://www.stat.yale.edu/~jay

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] bigmemory doubt

2010-09-07 Thread raje...@cse.iitm.ac.in
Hi,

Is it possible for me to read data from shared memory created by a vc++ program 
into R using bigmemory?
[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.