Uses of Interface
org.ojalgo.matrix.decomposition.LDL.Factory
-
Packages that use LDL.Factory Package Description org.ojalgo.matrix.decomposition -
-
Uses of LDL.Factory in org.ojalgo.matrix.decomposition
Classes in org.ojalgo.matrix.decomposition that implement LDL.Factory Modifier and Type Class Description static class
LDL.ModifiedFactory<N extends java.lang.Comparable<N>>
Fields in org.ojalgo.matrix.decomposition declared as LDL.Factory Modifier and Type Field Description static LDL.Factory<ComplexNumber>
LDL. C128
static LDL.Factory<Quaternion>
LDL. H256
private LDL.Factory<N>
LDL.ModifiedFactory. myDelegate
static LDL.Factory<RationalNumber>
LDL. Q128
static LDL.Factory<java.lang.Double>
LDL. R064
static LDL.Factory<Quadruple>
LDL. R128
Methods in org.ojalgo.matrix.decomposition that return LDL.Factory Modifier and Type Method Description default LDL.Factory<N>
LDL.Factory. modified(N threshold)
static <N extends java.lang.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.Factory Modifier and Type Method Description static <N extends java.lang.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.Factory Constructor Description ModifiedFactory(LDL.Factory<N> delegate, N threshold)
-