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 classLDL.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. C128static LDL.Factory<Quaternion>LDL. H256private LDL.Factory<N>LDL.ModifiedFactory. myDelegatestatic LDL.Factory<RationalNumber>LDL. Q128static LDL.Factory<java.lang.Double>LDL. R064static LDL.Factory<Quadruple>LDL. R128Methods 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)
-