Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > matrixライブラリ > Matrixクラス > rect

instance method Matrix#rect

rectangular -> [Matrix, Matrix]
rect -> [Matrix, Matrix]

[TODO]

Returns an array containing matrices corresponding to the real and imaginary parts of the matrix

m.rect == [m.real, m.imag]  # ==> true for all matrices m
class Matrix