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.
|
MatrixSolver01_Gauss |
A simple congruence equation system solver, doing Gaussian elimination.
|
MatrixSolver02_BlockLanczos |
An adapter for Dario Alpern's Block-Lanczos solver.
|