Interface | Description |
---|---|
LinearSystemSolver |
Linear System Solver interface;
This class implements Strategy design pattern;
|
Class | Description |
---|---|
AbstractSolver | |
ForwardBackSubstitutionSolver | |
GaussianSolver |
This class represents Gaussian method for solving linear systems.
|
JacobiSolver |
This class represents Jacobi method for solving linear systems.
|
LeastNormSolver |
This class provides solution of "fat" linear system with least euclidean norm.
|
LeastSquaresSolver | |
SeidelSolver |
This class represents
Seidel method
for solving linear systems.
|
SquareRootSolver |
This class represents Square Root method
for solving linear systems.
|
SweepSolver |
This class represents Sweep (or
Tridiagonal matrix, or Thomas) method for solving linear systems.
|
Copyright © 2015. All rights reserved.