Versions in this module Expand all Collapse all v1 v1.0.3 Sep 13, 2023 Changes in this version + type ClockwiseRotate struct + func (m *ClockwiseRotate) GetAttribute() *C.Attribute + func (m *ClockwiseRotate) Method() + type ClockwiseRotatePrint struct + func (m *ClockwiseRotatePrint) GetAttribute() *C.Attribute + func (m *ClockwiseRotatePrint) Method() + type Determinant struct + func (m *Determinant) CalMethod(matrix [][]int) int + func (m *Determinant) GetAttribute() *C.Attribute + type Multiplication struct + func (m *Multiplication) GetAttribute() *C.Attribute + func (m *Multiplication) Method(matrixA, matrixB [][]int) [][]int + type SetZero struct + func (m *SetZero) GetAttribute() *C.Attribute + func (m *SetZero) Method() + type Transposition struct + func (m *Transposition) GetAttribute() *C.Attribute + func (m *Transposition) Method() + type TrianglePrint struct + func (m *TrianglePrint) GetAttribute() *C.Attribute + func (m *TrianglePrint) Method(matrixA, matrixB [][]int) [][]int