Documentation
¶
Index ¶
- func CalculateRank(ctx context.Context, H mat.SparseMat, threads int, showProgressBar bool) int
- func ColumnSwapped(H mat.SparseMat, order []int) mat.SparseMat
- func GaussianJordanEliminationGF2(ctx context.Context, H mat.SparseMat, threads int) (mat.SparseMat, []int)
- func ValidateHGMatrices(G, H mat.SparseMat) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CalculateRank ¶
func ValidateHGMatrices ¶
ValidateHGMatrices tests if G*H.T ==0 where H.T is the transpose of H
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.