module Numpy

Constants

Bool_
CharArray
ComplexFloating
Floating
Integer
MA
Matrix
Memmap
NDArray
Poly1D
Polynomial
VERSION

Public Class Methods

wrap_pyptr(pyptr) click to toggle source
# File lib/numpy/conversion.rb, line 31
def self.wrap_pyptr(pyptr)
  Conversion.to_ruby(pyptr)
end