Module flag4j

Class RealExactSolver

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

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.