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, dtype = NMatrix) ⇒ Object Also known as: dv



34
35
36
# File 'lib/daru/monkeys.rb', line 34

def daru_vector name=nil, index=nil, dtype=NMatrix
  Daru::Vector.new self, name: name, index: index, dtype: NMatrix
end