# File lib/backports/1.9.2/stdlib/matrix.rb, line 1571
  def initialize(array)
    # No checking is done at this point.
    @elements = array
  end