Package de.tilman_neumann.jml.factor.base.matrixSolver

  • Interface Summary
    Interface Description
    FactorTest
    Interface for final factor tests when a square congruence A^2 == Q (mod kN) has been found.
  • Class Summary
    Class Description
    BlockLanczos
    Block-Lanczos matrix solver by Dario Alejandro Alpern.
    FactorTest01
    Factor test using modular reduction (mod N).
    IndexSet
    BitArray implementation of an IndexSet, realized in long[], used by the Gaussian solver.
    MatrixRow
    A congruence used by the matrix solver where the elements have been mapped to integer indices.
    MatrixSolver
    Base implementation for a congruence equation system (the "LinAlg phase matrix") solver.
    MatrixSolver_BlockLanczos
    An adapter for Dario Alpern's Block-Lanczos solver.
    MatrixSolver_Gauss01
    A simple congruence equation system solver, doing Gaussian elimination.
    MatrixSolver_Gauss02
    A single-threaded congruence equation system solver, doing Gaussian elimination.
    MatrixSolver_Gauss03
    A single-threaded congruence equation system solver, doing Gaussian elimination.
    MatrixSolver_PGauss01
    A congruence equation system solver doing Gaussian elimination in parallel.
    MatrixSolverBase01
    Base implementation for a congruence equation system (the "LinAlg phase matrix") solver.
    MatrixSolverBase02
    Base implementation for a congruence equation system (the "LinAlg phase matrix") solver.
    MatrixSolverBase03
    Base implementation for a congruence equation system (the "LinAlg phase matrix") solver.
    RichMatrixFactory
    Helper class to create a "rich" (not "sparse") matrix from a collection of congruences.