Class: OMX::NArray
- Inherits:
-
Object
- Object
- OMX::NArray
- Defined in:
- lib/OpenMatriX.rb
Instance Method Summary collapse
-
#ffi_pointer ⇒ Object
Returns an FFI::Pointer which points to the location of the actual data array in memory.
Instance Method Details
#ffi_pointer ⇒ Object
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 |