TBTK
|
Need a break? Support the development by playing Polarity Puzzles |
Files | |
file | ChebyshevExpander.h [code] |
Solves a Model using the Chebyshev method. | |
file | Diagonalizer.h [code] |
Solves a Model using diagonalization. | |
file | LinearEquationSolver.h [code] |
Solves Hx = y for x, where H is given by the Model. | |
file | LUSolver.h [code] |
Solves Mx = b for x, where M is a SparseMatrix. | |
file | Solver.h [code] |
Base class for Solvers. | |