imaginary() Instance Public methods Returns the imaginary part of the matrix. Matrix[[Complex(1,2), Complex(0,1), 0], [1, 2, 3]] => 1+2i i 0 1 2 3 Matrix[[Complex(1,2), Complex(0,1), 0], [1, 2, 3]].imaginary => 2i i 0 0 0 0 imag
imag() Instance Public methods Alias for: imaginary
hermitian?() Instance Public methods Returns true is this is an hermitian matrix. Raises an error if matrix is not square.
hash() Instance Public methods Returns a hash-code for the matrix.
find_index(*args) Instance Public methods Alias for: index
eql?(other) Instance Public methods
empty?() Instance Public methods Returns true if this is an empty matrix, i.e. if the number of rows or the number of columns is 0.
elements_to_r() Instance Public methods
elements_to_i() Instance Public methods
elements_to_f() Instance Public methods
Page 1781 of 2275