Uses of Interface
org.ojalgo.matrix.decomposition.LDL
-
Packages that use LDL Package Description org.ojalgo.matrix org.ojalgo.matrix.decomposition -
-
Uses of LDL in org.ojalgo.matrix
Methods in org.ojalgo.matrix that return LDL Modifier and Type Method Description (package private) abstract LDL<N>BasicMatrix. 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)(package private) LDL<java.lang.Double>MatrixR032. newLDL(Structure2D typical)(package private) LDL<java.lang.Double>MatrixR064. newLDL(Structure2D typical)(package private) LDL<Quadruple>MatrixR128. newLDL(Structure2D typical) -
Uses of LDL in org.ojalgo.matrix.decomposition
Classes in org.ojalgo.matrix.decomposition that implement LDL Modifier and Type Class Description (package private) classDenseLDL<N extends java.lang.Comparable<N>>(package private) static classDenseLDL.C128(package private) static classDenseLDL.H256(package private) static classDenseLDL.Q128(package private) static classDenseLDL.R064(package private) static classDenseLDL.R128Methods in org.ojalgo.matrix.decomposition that return LDL Modifier and Type Method Description LDL<N>LDL.ModifiedFactory. make(Structure2D typical)Methods in org.ojalgo.matrix.decomposition with parameters of type LDL Modifier and Type Method Description static <N extends java.lang.Comparable<N>>
booleanLDL. equals(MatrixStore<N> matrix, LDL<N> decomposition, NumberContext context)
-