Uses of Class
org.ojalgo.matrix.decomposition.Pivot
-
Packages that use Pivot Package Description org.ojalgo.matrix.decomposition -
-
Uses of Pivot in org.ojalgo.matrix.decomposition
Fields in org.ojalgo.matrix.decomposition declared as Pivot Modifier and Type Field Description private PivotDenseLU. myColPivotprivate PivotRawLU. myColPivotprivate PivotSparseLU. myColPivotprivate PivotMinimumDegree. myPermutationprivate PivotDenseLDL. myPivotprivate PivotDenseLU. myPivotprivate PivotRawLU. myPivotprivate PivotSparseLU. myPivotMethods in org.ojalgo.matrix.decomposition with parameters of type Pivot Modifier and Type Method Description (package private) voidAbstractDecomposition. applyPivotOrder(Pivot pivot, PhysicalStore<N> matrix)(package private) voidAbstractDecomposition. applyReverseOrder(Pivot pivot, PhysicalStore<N> matrix)(package private) static <N extends java.lang.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.
-