Class: MDArray
- Inherits:
-
Object
- Object
- MDArray
- Defined in:
- lib/daru/monkeys.rb
Instance Method Summary collapse
Instance Method Details
#daru_vector(name = nil, index = nil, dtype = MDArray) ⇒ Object Also known as: dv
78 79 80 |
# File 'lib/daru/monkeys.rb', line 78 def daru_vector name=nil, index=nil, dtype=MDArray Daru::Vector.new self, name: name, index: index, dtype: :mdarray end |