# File lib/backports/1.9.2/stdlib/matrix.rb, line 1652
  def eql?(other)
    return false unless Vector === other
    @elements.eql? other.elements
  end