class Matrix
- Matrix
- Reference
- Object
Defined in:
matrix.crConstructors
Instance Method Summary
- #*(other : Matrix)
- #==(other : Matrix)
- #[]=(row : Int32, col : Int32, data : Float64)
- #[]?(row : Int, col : Int) : Float64
- #data : Array(Array(Float64))