Skip to content
Prev 43259 / 63424 Next

looking for adice on bigmemory framework with C++ and java interoperability

Andre,
On May 4, 2012, at 9:50 PM, andre zege wrote:

            
bigmemory matrices are simply arrays of native types (typically doubles, but bm supports other types, too) so they are trivially readable/writable from both C++ (just read into memory and cast to the array type) and Java (e.g, DoubleBuffer view on a ByteBuffer). So the question is what exactly is the problem?

Cheers,
Simon