Uses of Class
org.flag4j.linalg.solvers.exact.ExactSolver
Packages that use ExactSolver
Package
Description
Contains solvers which solve well determined linear tensor and matrix equations in an exact sense.
-
Uses of ExactSolver in org.flag4j.linalg.solvers.exact
Subclasses of ExactSolver in org.flag4j.linalg.solvers.exactModifier and TypeClassDescriptionclass
Solves a well determined system of equations \( Ax = b \) or \( AX = B \) in an exact sense by using aLU decomposition
where \( A \), \( B \), and \( X \) are matrices, and \( x \) and \( b \) are vectors.class
Solves a well determined system of equations \( Ax = b \) or \( AX = B \) in an exact sense by using aLU decomposition
where \( A \), \( B \), and \( X \) are matrices, and \( x \) and \( b \) are vectors.