Uses of Class
org.flag4j.linalg.decompositions.lu.LU
Packages that use LU
-
Uses of LU in org.flag4j.linalg.decompositions.lu
Subclasses of LU in org.flag4j.linalg.decompositions.luModifier and TypeClassDescriptionclass
Complex128his class provides methods for computing the LU decomposition of a complex dense matrix.class
This class provides methods for computing the LU decomposition of a dense matrix whose elements are members of aField
.class
This class provides methods for computing the LU decomposition of a real dense matrix.Methods in org.flag4j.linalg.decompositions.lu that return LU -
Uses of LU in org.flag4j.linalg.solvers.exact
Fields in org.flag4j.linalg.solvers.exact declared as LUConstructors in org.flag4j.linalg.solvers.exact with parameters of type LUModifierConstructorDescriptionprotected
ExactSolver
(LU<T> lu, LinearMatrixSolver<T, U> forwardSolver, LinearMatrixSolver<T, U> backSolver) Constructs an exact LU solver with a specifiedLU
decomposer.