sonots/cumo

require both 'numo' and 'cumo' and calling cumo methods fail

sonots opened this issue · 0 comments

require 'numo/narray'
require 'cumo/narray'

a = Cumo::SFloat.new(3,2).seq(0)
a.transpose
in `transpose': wrong argument type Numo::NArrayView (expected Cumo::NArray) (TypeError)