Uses of Class
org.flag4j.linalg.solvers.exact.triangular.BackSolver
Packages that use BackSolver
Package
Description
Contains solvers which solve well determined linear tensor and matrix equations in an exact sense.
Contains solvers which solve well determined triangular linear matrix equations in an exact sense.
-
Uses of BackSolver in org.flag4j.linalg.solvers.exact
Fields in org.flag4j.linalg.solvers.exact declared as BackSolverModifier and TypeFieldDescriptionprotected final BackSolver
<T, U, ?> ExactSolver.backSolver
Backwards solver for solving system with upper triangular coefficient matrix.Constructors in org.flag4j.linalg.solvers.exact with parameters of type BackSolverModifierConstructorDescriptionprotected
ExactSolver
(LU<T> lu, ForwardSolver<T, U, ?> forwardSolver, BackSolver<T, U, ?> backSolver) Constructs an exact LU solver with a specified LU decomposer. -
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 the form \( Ux = b \) or \( UX = B \) where \( U \) is an upper triangular matrix.class
This solver solves linear systems of the form \( Ux = b \) or \( UX = B \) where \( U \) is an upper triangular matrix.Methods in org.flag4j.linalg.solvers.exact.triangular that return BackSolverModifier and TypeMethodDescriptionprotected BackSolver
<T, U, V> BackSolver.setCheckSingular
(boolean checkSingular) Sets a flag indicating if an explicit check should be made that the coefficient matrix is singular.