Class: NArray
- Inherits:
-
Object
- Object
- NArray
- Defined in:
- lib/narray_ffi.rb,
lib/narray_ffi.rb
Instance Method Summary collapse
Instance Method Details
#to_ptr ⇒ Object
11 12 13 |
# File 'lib/narray_ffi.rb', line 11 def to_ptr return FFI::Pointer::new( address() ).slice(0, size*element_size) end |