Package org.flag4j.linalg.solvers.exact.triangular
package org.flag4j.linalg.solvers.exact.triangular
-
ClassDescriptionBase class for solvers which solve a linear system of equations
U*x=b
orU*X=B
whereU
is an upper triangular matrix.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.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.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.This solver solves linear systems of equations where the coefficient matrix in anupper triangular
real dense matrix and the constant vector is a real dense vector or matrix.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.