Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LinearDependenciesInGauss ¶
func LinearDependenciesInGauss( f *gomatrix.F2, gaussMatrix *gomatrix.F2, permutationMatrix *gomatrix.F2, startRow int, startCol int, stopRow int, stopCol int, pivotBit int, ) (*gomatrix.F2, *gomatrix.F2, error)
LinearDependenciesInGauss tries to resolve linear dependencies in the gaussian elimination.
This function is used in order to try to resolve linear dependencies while using the function PartialGaussianWithLinearChecking as linearCheck-function.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.