Class ForwardBackSubstitutionSolver

java.lang.Object
org.la4j.linear.AbstractSolver
org.la4j.linear.ForwardBackSubstitutionSolver
All Implemented Interfaces:
Serializable, LinearSystemSolver

public class ForwardBackSubstitutionSolver extends AbstractSolver implements LinearSystemSolver
See Also:
  • Field Details

  • Constructor Details

    • ForwardBackSubstitutionSolver

      public ForwardBackSubstitutionSolver(Matrix a)
  • Method Details