Method: Matrix#hstack
- Defined in:
- lib/matrix.rb
#hstack(*matrices) ⇒ Object
1262 1263 1264 |
# File 'lib/matrix.rb', line 1262 def hstack(*matrices) self.class.hstack(self, *matrices) end |
1262 1263 1264 |
# File 'lib/matrix.rb', line 1262 def hstack(*matrices) self.class.hstack(self, *matrices) end |