Uses of Class
org.ejml.sparse.ComputePermutation
Package
Description
-
Uses of ComputePermutation in org.ejml.sparse.csc.decomposition.lu
Modifier and TypeMethodDescriptionLuUpLooking_DSCC.getReduceFill()
LuUpLooking_FSCC.getReduceFill()
ModifierConstructorDescriptionLuUpLooking_DSCC
(@Nullable ComputePermutation<DMatrixSparseCSC> reduceFill) LuUpLooking_FSCC
(@Nullable ComputePermutation<FMatrixSparseCSC> reduceFill) -
Uses of ComputePermutation in org.ejml.sparse.csc.decomposition.qr
ModifierConstructorDescriptionQrLeftLookingDecomposition_DSCC
(@Nullable ComputePermutation<DMatrixSparseCSC> permutation) QrLeftLookingDecomposition_FSCC
(@Nullable ComputePermutation<FMatrixSparseCSC> permutation) -
Uses of ComputePermutation in org.ejml.sparse.csc.factory
Modifier and TypeMethodDescriptionstatic @Nullable ComputePermutation<DMatrixSparseCSC>
FillReductionFactory_DSCC.create
(FillReducing type) Returns a method for computing the fill reduce permutations.static @Nullable ComputePermutation<FMatrixSparseCSC>
FillReductionFactory_FSCC.create
(FillReducing type) Returns a method for computing the fill reduce permutations. -
Uses of ComputePermutation in org.ejml.sparse.csc.linsol.chol
ModifierConstructorDescriptionLinearSolverCholesky_DSCC
(CholeskyUpLooking_DSCC cholesky, @Nullable ComputePermutation<DMatrixSparseCSC> fillReduce) LinearSolverCholesky_FSCC
(CholeskyUpLooking_FSCC cholesky, @Nullable ComputePermutation<FMatrixSparseCSC> fillReduce) -
Uses of ComputePermutation in org.ejml.sparse.csc.misc
Modifier and TypeMethodDescription@Nullable ComputePermutation<DMatrixSparseCSC>
ApplyFillReductionPermutation_DSCC.getFillReduce()
@Nullable ComputePermutation<FMatrixSparseCSC>
ApplyFillReductionPermutation_FSCC.getFillReduce()
ModifierConstructorDescriptionApplyFillReductionPermutation_DSCC
(@Nullable ComputePermutation<DMatrixSparseCSC> fillReduce, boolean symmetric) ApplyFillReductionPermutation_FSCC
(@Nullable ComputePermutation<FMatrixSparseCSC> fillReduce, boolean symmetric)