to_s() Instance Public methods Overrides Object#to_s
to_a() Instance Public methods Returns an array of arrays that describe the rows of the matrix.
t() Instance Public methods Alias for: transpose
symmetric?() Instance Public methods Returns true is this is a symmetric matrix. Raises an error if matrix is not square.
square?() Instance Public methods Returns true is this is a square matrix.
singular?() Instance Public methods Returns true is this is a singular matrix.
row_vectors() Instance Public methods Returns an array of the row vectors of the matrix. See Vector.
row_size() Instance Public methods Alias for: row_count
row_count() Instance Public methods Returns the number of rows. row_size
row(i) Instance Public methods Returns row vector number i of the matrix as a Vector (starting at 0 like an array). When a block is given, the elements of that vector are iterated.
Page 1778 of 2275