instance method Matrix#==

self == other -> bool[permalink][rdoc][edit]
eql?(other) -> bool

自分自身と other を比較し、同値であれば真(true)を返します。

[PARAM] other:
比較対象のオブジェクト