class

Matrix

Inherits Reference < Object

Constructors

new(data : Array(Array(Float64)))
Source

Class methods

column_vector(values : Array(Float64))
Source

Instance methods

*(other : Matrix) : Matrix
Source
[](i : Int32, j : Int32)
Source
[]=(i : Int32, j : Int32, value : Float64)
Source
data
Source
data=(data : Array(Array(Float64)))
Source
size
Source