Class: NArray

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

Instance Method Summary collapse

Instance Method Details

#to_ptrObject



6
7
8
# File 'lib/narray_ffi.rb', line 6

def to_ptr
  return FFI::Pointer::new( address() )
end