Class: NMatrix

Inherits:
Object
  • Object
show all
Defined in:
lib/daru/monkeys.rb

Instance Method Summary collapse

Instance Method Details

#daru_vector(name = nil, index = nil) ⇒ Object Also known as: dv



58
59
60
# File 'lib/daru/monkeys.rb', line 58

def daru_vector(name=nil, index=nil, *)
  Daru::Vector.new self, name: name, index: index, dtype: :nmatrix
end