Class: NMatrix
- Inherits:
-
Object
- Object
- NMatrix
- Defined in:
- lib/daru/monkeys.rb
Instance Method Summary collapse
- #daru_vector(name = nil, index = nil) ⇒ Object (also: #dv)
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 |