Class SweepSolver

All Implemented Interfaces:
Serializable, LinearSystemSolver

public class SweepSolver extends AbstractSolver implements LinearSystemSolver
This class represents Sweep (or Tridiagonal matrix, or Thomas) method for solving linear systems.
See Also: