struct Matrix(T)
- Matrix(T)
- Struct
- Value
- Object
Defined in:
glushkov/matrix.crConstructors
Class Method Summary
Instance Method Summary
- #*(a : Matrix(T))
- #*(a : T)
- #+(a : Matrix(T))
- #-(a : Matrix(T))
- #==(a : Matrix(T))
- #[](i, j)
- #[]=(i, j, value : T)
- #cofactor(row, col)
- #det
- #dimensions
- #lower_triang
- #lu_decomposition_crout
-
#m(row, col)
minor
- #same_size?(a : Matrix)
- #sub(row, col)
- #t