Uses of Class
org.flag4j.linalg.decompositions.lu.LU
Packages that use LU
Package
Description
Provides implementations of the LU decomposition for real, complex, and field matrices.
Contains solvers which solve well determined linear tensor and matrix equations in an exact sense.
-
Uses of LU in org.flag4j.linalg.decompositions.lu
Subclasses of LU in org.flag4j.linalg.decompositions.luModifier and TypeClassDescriptionclass
Instances of this class can be used to compute the LU decomposition of a complex dense matrix.class
Instances of this class can be used to compute the LU decomposition of a complex dense matrix.class
Instances of this class can be used to compute 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, ForwardSolver<T, U, ?> forwardSolver, BackSolver<T, U, ?> backSolver) Constructs an exact LU solver with a specified LU decomposer.