Class RealExactSolver

java.lang.Object
org.flag4j.linalg.solvers.exact.ExactSolver<Matrix,Vector>
org.flag4j.linalg.solvers.exact.RealExactSolver
All Implemented Interfaces:
LinearSolver<Matrix,Vector>

public class RealExactSolver extends ExactSolver<Matrix,Vector>
Solver for solving a well determined system of linear equations in an exact sense using the LU decomposition.