Class ComplexForwardSolver

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

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