class
Matrix
v2_6_3 -
Show latest stable
- Superclass: Object
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
Included modules
- Enumerable
- ExceptionForMatrix
Attributes
| [R] | rows |
Files
- lib/matrix.rb
- lib/matrix/eigenvalue_decomposition.rb
- lib/matrix/lup_decomposition.rb