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



70
71
72
# File 'lib/daru/monkeys.rb', line 70

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