Sha256: 42b26289d95399bd921d2fe9c576fb025400cd46a15c62d82a680d8222ea65be

Contents?: true

Size: 508 Bytes

Versions: 2

Compression:

Stored size: 508 Bytes

Contents

module Numo
  class NArray
    def self.zeros: (*untyped) -> untyped
    def dot: (untyped b) -> untyped
    def empty?: () -> bool
    def ndim: () -> Integer
    def shape: () -> Array[Integer]
    def swapaxes: (Integer, Integer) -> untyped
  end

  class DFloat < NArray
    def -@: () -> untyped
    def +: (untyped) -> untyped
    def -: (untyped) -> untyped
    def *: (untyped) -> untyped
    def /: (untyped) -> untyped
    def []: (*untyped) -> untyped
    def []=: (*untyped) -> untyped
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mopti-0.2.1 sig/patch.rbs
mopti-0.2.0 sig/patch.rbs