class Matrix
- Matrix
- Reference
- Object
Defined in:
models/matrix.crConstructors
Class Method Summary
Instance Method Summary
- #*(other : Matrix) : Matrix
- #[](i : Int32, j : Int32)
- #[]=(i : Int32, j : Int32, value : Float64)
- #data : Array(Array(Float64))
- #data=(data : Array(Array(Float64)))
- #size