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) classDenseLDL<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 classfinal classQuasi-Definite LDL (QDLDL) sparse decomposition.Subinterfaces with type arguments of type LDL in org.ojalgo.matrix.decompositionMethods in org.ojalgo.matrix.decomposition that return LDLModifier and TypeMethodDescriptionLDL.ModifiedFactory.make(Structure2D typical) LDL.newSparseR064()Methods 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)