Uses of Interface
org.ojalgo.matrix.decomposition.LDL
Packages that use LDL
-
Uses of LDL in org.ojalgo.matrix
Methods in org.ojalgo.matrix that return LDLModifier and TypeMethodDescriptionBasicMatrix.newLDL
(Structure2D typical) (package private) LDL
<ComplexNumber> MatrixC128.newLDL
(Structure2D typical) (package private) LDL
<Quaternion> MatrixH256.newLDL
(Structure2D typical) (package private) LDL
<RationalNumber> MatrixQ128.newLDL
(Structure2D typical) MatrixR032.newLDL
(Structure2D typical) MatrixR064.newLDL
(Structure2D typical) MatrixR128.newLDL
(Structure2D typical) -
Uses of LDL in org.ojalgo.matrix.decomposition
Classes in org.ojalgo.matrix.decomposition that implement LDLModifier and TypeClassDescription(package private) class
LDLDecomposition<N extends Comparable<N>>
(package private) static final class
(package private) static final class
(package private) static final class
(package private) static final class
(package private) static final class
Methods in org.ojalgo.matrix.decomposition that return LDLMethods in org.ojalgo.matrix.decomposition with parameters of type LDLModifier and TypeMethodDescriptionstatic <N extends Comparable<N>>
booleanLDL.equals
(MatrixStore<N> matrix, LDL<N> decomposition, NumberContext context)