Uses of Class
org.ojalgo.matrix.decomposition.Pivot
Packages that use Pivot
-
Uses of Pivot in org.ojalgo.matrix.decomposition
Fields in org.ojalgo.matrix.decomposition declared as PivotModifier and TypeFieldDescriptionprivate PivotDenseLU.myColPivotprivate PivotRawLU.myColPivotprivate PivotSparseLU.myColPivotprivate final PivotMinimumDegree.myPermutationprivate final PivotDenseLDL.myPivotprivate final PivotDenseLU.myPivotprivate final PivotRawLU.myPivotprivate final PivotSparseLU.myPivotMethods in org.ojalgo.matrix.decomposition with parameters of type PivotModifier and TypeMethodDescription(package private) final voidAbstractDecomposition.applyPivotOrder(Pivot pivot, PhysicalStore<N> matrix) (package private) final voidAbstractDecomposition.applyReverseOrder(Pivot pivot, PhysicalStore<N> matrix) (package private) static <N extends Comparable<N>>
booleanFletcherMatthews.update(Pivot rowOrder, PhysicalStore<N> combined, Pivot colOrder, int columnIndex, Access1D.Collectable<N, ? super TransformableRegion<N>> column, PhysicalStore<N> preallocated) Updates the LU decomposition when a column is modified in the original matrix.