Class MatrixSolver_Gauss01
java.lang.Object
de.tilman_neumann.jml.factor.base.matrixSolver.MatrixSolver
de.tilman_neumann.jml.factor.base.matrixSolver.MatrixSolverBase01
de.tilman_neumann.jml.factor.base.matrixSolver.MatrixSolver_Gauss01
public class MatrixSolver_Gauss01 extends MatrixSolverBase01
A simple congruence equation system solver, doing Gaussian elimination.
-
Constructor Summary
Constructors Constructor Description MatrixSolver_Gauss01()
-
Method Summary
Methods inherited from class de.tilman_neumann.jml.factor.base.matrixSolver.MatrixSolverBase01
solve
Methods inherited from class de.tilman_neumann.jml.factor.base.matrixSolver.MatrixSolver
cleanUp, getTestedNullVectorCount, initialize, processNullVector
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MatrixSolver_Gauss01
public MatrixSolver_Gauss01()
-
-
Method Details
-
getName
public java.lang.String getName()- Specified by:
getName
in classMatrixSolver
-
solve
protected void solve(java.util.List<Smooth> congruences, java.util.Map<java.lang.Integer,java.lang.Integer> factors_2_columnIndices) throws FactorExceptionDescription copied from class:MatrixSolverBase01
Create the matrix from the pre-processed congruences and solve it.- Specified by:
solve
in classMatrixSolverBase01
factors_2_columnIndices
- map from factors to matrix column indices- Throws:
FactorException
-