Class ComplexExactSolver

java.lang.Object
org.flag4j.linalg.solvers.exact.ExactSolver<CMatrix,CVector>
org.flag4j.linalg.solvers.exact.ComplexExactSolver
All Implemented Interfaces:
LinearSolver<CMatrix,CVector>

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