class OMX::NArray

Public Instance Methods

ffi_pointer() click to toggle source

Returns an FFI::Pointer which points to the location of the actual data array in memory.

# File lib/OpenMatriX.rb, line 11
def ffi_pointer
  FFI::Pointer.new(Hdf5.narray_data_address(self))
end