package
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: Aug 13, 2021
License: CC0-1.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Multiply - Multiplies two matrices ( which can be multiplied )
in order `m x with`
Rank - Make use of this method when you've a
matrix which is not yet rref-ed
Rank_ - Expected to be invoked on row reduced matrix
so that rref step can be skipped
If you've a matrix which is not yet rref-ed, you may want
to invoke `Rank()`
func (m *Matrix) Rref(field *galoisfield.GF)
Rref - Get matrix into reduced row echelon form, where
matrix elements are GF(2**8) element, which are good fit
for representing in 1 byte
Source Files
¶
Click to show internal directories.
Click to hide internal directories.