Uses of Interface
org.ojalgo.matrix.decomposition.LDL.Factory
Packages that use LDL.Factory
-
Uses of LDL.Factory in org.ojalgo.matrix.decomposition
Classes in org.ojalgo.matrix.decomposition that implement LDL.FactoryFields in org.ojalgo.matrix.decomposition declared as LDL.FactoryModifier and TypeFieldDescriptionstatic final LDL.Factory
<ComplexNumber> LDL.C128
static final LDL.Factory
<Quaternion> LDL.H256
private final LDL.Factory
<N> LDL.ModifiedFactory.myDelegate
static final LDL.Factory
<RationalNumber> LDL.Q128
static final LDL.Factory
<Double> LDL.R064
static final LDL.Factory
<Quadruple> LDL.R128
Methods in org.ojalgo.matrix.decomposition that return LDL.FactoryModifier and TypeMethodDescriptiondefault LDL.Factory
<N> static <N extends Comparable<N>>
LDL.Factory<N> LDL.modified
(LDL.Factory<N> delegate, N threshold) Will return a modified LDL decomposition algoritm.Methods in org.ojalgo.matrix.decomposition with parameters of type LDL.FactoryModifier and TypeMethodDescriptionstatic <N extends Comparable<N>>
LDL.Factory<N> LDL.modified
(LDL.Factory<N> delegate, N threshold) Will return a modified LDL decomposition algoritm.Constructors in org.ojalgo.matrix.decomposition with parameters of type LDL.FactoryModifierConstructorDescription(package private)
ModifiedFactory
(LDL.Factory<N> delegate, N threshold)