Class ComplexBackSolver

java.lang.Object
org.flag4j.linalg.solvers.exact.triangular.BackSolver<CMatrix,CVector,CNumber[]>
org.flag4j.linalg.solvers.exact.triangular.ComplexBackSolver
All Implemented Interfaces:
LinearSolver<CMatrix,CVector>

public class ComplexBackSolver extends BackSolver<CMatrix,CVector,CNumber[]>
This solver solves linear systems of equations where the coefficient matrix in an upper triangular complex dense matrix and the constant vector is a complex dense vector.