struct Matrix(T)
- Matrix(T)
- Struct
- Value
- Object
Included Modules
- Enumerable(T)
- Iterable(T)
Defined in:
lib/matrix/src/matrix.crMatrix_additions.cr
Instance Method Summary
- #*(scalar : Complex)
- #⊕(other_matrix : Matrix)
- #⊗(other_matrix : Matrix)
- #⊤
- #append(other_matrix : Matrix)
- #direct_sum(other_matrix : Matrix)
- #kronecker_product(other_matrix : Matrix)