The Matrix class represents a mathematical matrix. It provides methods for creating matrices, operating on them arithmetically and algebraically, and determining their mathematical properties such as trace, rank, inverse, determinant, or eigensystem.
frozen_string_literal: false
frozen_string_literal: false
Constants
SELECTORS = {all: true, diagonal: true, off_diagonal: true, lower: true, strict_lower: true, strict_upper: true, upper: true}.freeze
Attributes
[R] | column_size |
Returns the number of columns. |
[R] | column_count |
Returns the number of columns. |
[R] | rows |
instance creations |