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