struct Matrix(T)

Included Modules

Defined in:

lib/matrix/src/matrix.cr
Matrix_additions.cr

Instance Method Summary

Instance Method Detail

def *(scalar : Complex) #

[View source]
def (other_matrix : Matrix) #

[View source]
def (other_matrix : Matrix) #

[View source]
def #

[View source]
def append(other_matrix : Matrix) #

[View source]
def direct_sum(other_matrix : Matrix) #

[View source]
def kronecker_product(other_matrix : Matrix) #

[View source]