Method: Stick::Matrix#initialize_copy
- Defined in:
- lib/stick/matrix.rb
#initialize_copy(orig) ⇒ Object
322 323 324 325 |
# File 'lib/stick/matrix.rb', line 322 def initialize_copy(orig) init_rows(orig.rows, true) self.wrap=(orig.wrap) end |