class Matrix

Defined in:

models/matrix.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(data : Array(Array(Float64))) #

[View source]

Class Method Detail

def self.column_vector(values : Array(Float64)) #

[View source]

Instance Method Detail

def *(other : Matrix) : Matrix #

[View source]
def [](i : Int32, j : Int32) #

[View source]
def []=(i : Int32, j : Int32, value : Float64) #

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

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

[View source]
def size #

[View source]