class NumCry::Matrix

Defined in:

dl-cry/numcry.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(x : Int32, y : Int32, &) #

[View source]

Instance Method Detail

def *(other : Matrix) #

[View source]
def *(other : Number) #

[View source]
def +(other : Number) #

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

[View source]
def -(other : Number) #

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

[View source]
def - #

[View source]
def /(other) #

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

[View source]
def argmax_y #

[View source]
def dot(m : Matrix) #

[View source]
def exp #

[View source]
def map(&) #

[View source]
def to_s(io) #

[View source]
def transpose #

[View source]