Class RealBackSolver

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

public class RealBackSolver extends BackSolver<Matrix,Vector,double[]>
This solver solves linear systems of equations where the coefficient matrix in an upper triangular real dense matrix and the constant vector is a real dense vector or matrix. That is, solves a linear system of equations U*x=b or U*X=B where U is an upper triangular matrix.