Uses of Class
org.flag4j.linalg.solvers.exact.triangular.ForwardSolver
Packages that use ForwardSolver
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 ForwardSolver in org.flag4j.linalg.solvers.exact
Fields in org.flag4j.linalg.solvers.exact declared as ForwardSolverModifier and TypeFieldDescriptionprotected final ForwardSolver
<T, U, ?> ExactSolver.forwardSolver
Forward Solver for solving system with lower triangular coefficient matrix.Constructors in org.flag4j.linalg.solvers.exact with parameters of type ForwardSolverModifierConstructorDescriptionprotected
ExactSolver
(LU<T> lu, ForwardSolver<T, U, ?> forwardSolver, BackSolver<T, U, ?> backSolver) Constructs an exact LU solver with a specified LU decomposer. -
Uses of ForwardSolver in org.flag4j.linalg.solvers.exact.triangular
Subclasses of ForwardSolver in org.flag4j.linalg.solvers.exact.triangularModifier and TypeClassDescriptionclass
This solver solves a complex linear system of equations where the coefficient matrix is lower triangular.class
This solver solves a real linear system of equations where the coefficient matrix is lower triangular.