Uses of Class
org.flag4j.linalg.solvers.exact.triangular.BackSolver
Packages that use BackSolver
-
Uses of BackSolver in org.flag4j.linalg.solvers.exact.triangular
Subclasses of BackSolver in org.flag4j.linalg.solvers.exact.triangularModifier and TypeClassDescriptionclass
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.class
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.