Class RealForwardSolver

java.lang.Object
org.flag4j.linalg.solvers.exact.triangular.ForwardSolver<Matrix,Vector,double[]>
org.flag4j.linalg.solvers.exact.triangular.RealForwardSolver
All Implemented Interfaces:
LinearSolver<Matrix,Vector>

public class RealForwardSolver extends ForwardSolver<Matrix,Vector,double[]>
This solver solves linear systems of equations where the coefficient matrix in a lower triangular real dense matrix and the constant vector is a real dense vector.