Uses of Package
org.flag4j.linalg.solvers.exact.triangular
Packages that use org.flag4j.linalg.solvers.exact.triangular
-
Classes in org.flag4j.linalg.solvers.exact.triangular used by org.flag4j.linalg.solvers.exact.triangularClassDescriptionBase class for solvers which solve a linear system of equations U*x=b or U*X=B where U is an upper triangular 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.