class Matrix

Defined in:

matrix.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(nums) #

[View source]

Instance Method Detail

def *(other : Matrix) #

[View source]
def ==(other : Matrix) #

[View source]
def []=(row : Int32, col : Int32, data : Float64) #

[View source]
def []?(row : Int, col : Int) : Float64 #

[View source]
def data : Array(Array(Float64)) #

[View source]