# File lib/matrix.rb, line 1014
  def initialize(method, array, copy)
    self.send(method, array, copy)
  end