Documentation
¶
Index ¶
- type Matrix
- func (m *Matrix) Cmp(m_ Matrix) bool
- func (m *Matrix) Cols() uint
- func (m *Matrix) Multiply(field *galoisfield.GF, with Matrix) (Matrix, error)
- func (m *Matrix) Rank(field *galoisfield.GF) uint
- func (m *Matrix) Rank_() uint
- func (m *Matrix) Rows() uint
- func (m *Matrix) Rref(field *galoisfield.GF) Matrix
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Matrix ¶
type Matrix [][]byte
func (*Matrix) Multiply ¶
Multiply - Multiplies two matrices ( which can be multiplied ) in order `m x with`
Click to show internal directories.
Click to hide internal directories.