Class: NArray
- Inherits:
-
Object
- Object
- NArray
- Defined in:
- lib/narray_ffi.rb
Instance Method Summary collapse
Instance Method Details
#to_ptr ⇒ Object
6 7 8 |
# File 'lib/narray_ffi.rb', line 6 def to_ptr return FFI::Pointer::new( address() ) end |