Class: OMX::NArray

Inherits:
Object
  • Object
show all
Defined in:
lib/OpenMatriX.rb

Instance Method Summary collapse

Instance Method Details

#ffi_pointerObject

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



11
12
13
# File 'lib/OpenMatriX.rb', line 11

def ffi_pointer
  FFI::Pointer.new(Hdf5.narray_data_address(self))
end