Uses of Interface
org.ojalgo.matrix.decomposition.LU
Packages that use LU
Package
Description
-
Uses of LU in org.ojalgo.matrix
Methods in org.ojalgo.matrix that return LUModifier and TypeMethodDescriptionBasicMatrix.newLU(Structure2D typical) (package private) LU<ComplexNumber> MatrixC128.newLU(Structure2D typical) (package private) LU<Quaternion> MatrixH256.newLU(Structure2D typical) (package private) LU<RationalNumber> MatrixQ128.newLU(Structure2D typical) MatrixR032.newLU(Structure2D typical) MatrixR064.newLU(Structure2D typical) MatrixR128.newLU(Structure2D typical) -
Uses of LU in org.ojalgo.matrix.decomposition
Classes in org.ojalgo.matrix.decomposition that implement LUModifier and TypeClassDescription(package private) classDenseLU<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(package private) final class(package private) final classA sparse, primitive double based, LU decomposition with support for incremental Forrest-Tomlin updates.Subinterfaces with type arguments of type LU in org.ojalgo.matrix.decompositionMethods in org.ojalgo.matrix.decomposition that return LUMethods in org.ojalgo.matrix.decomposition with parameters of type LUModifier and TypeMethodDescriptionstatic <N extends Comparable<N>>
booleanLU.equals(MatrixStore<N> matrix, LU<N> decomposition, NumberContext context) -
Uses of LU in org.ojalgo.optimisation.linear
Fields in org.ojalgo.optimisation.linear declared as LU