Return a duplicate matrix, with all elements copied
304 305 306
# File 'lib/extendmatrix.rb', line 304 def dup (self.class).rows(self.rows.dup) end