Uses of Class
org.ejml.sparse.ComputePermutation
Packages that use ComputePermutation
Package
Description
-
Uses of ComputePermutation in org.ejml.sparse.csc.decomposition.lu
Methods in org.ejml.sparse.csc.decomposition.lu that return ComputePermutationModifier and TypeMethodDescriptionLuUpLooking_DSCC.getReduceFill()LuUpLooking_FSCC.getReduceFill()Constructors in org.ejml.sparse.csc.decomposition.lu with parameters of type ComputePermutationModifierConstructorDescriptionLuUpLooking_DSCC(@Nullable ComputePermutation<DMatrixSparseCSC> reduceFill) LuUpLooking_FSCC(@Nullable ComputePermutation<FMatrixSparseCSC> reduceFill) -
Uses of ComputePermutation in org.ejml.sparse.csc.decomposition.qr
Constructors in org.ejml.sparse.csc.decomposition.qr with parameters of type ComputePermutationModifierConstructorDescriptionQrLeftLookingDecomposition_DSCC(@Nullable ComputePermutation<DMatrixSparseCSC> permutation) QrLeftLookingDecomposition_FSCC(@Nullable ComputePermutation<FMatrixSparseCSC> permutation) -
Uses of ComputePermutation in org.ejml.sparse.csc.factory
Methods in org.ejml.sparse.csc.factory that return ComputePermutationModifier 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
Constructors in org.ejml.sparse.csc.linsol.chol with parameters of type ComputePermutationModifierConstructorDescriptionLinearSolverCholesky_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
Methods in org.ejml.sparse.csc.misc that return ComputePermutationModifier and TypeMethodDescription@Nullable ComputePermutation<DMatrixSparseCSC>ApplyFillReductionPermutation_DSCC.getFillReduce()@Nullable ComputePermutation<FMatrixSparseCSC>ApplyFillReductionPermutation_FSCC.getFillReduce()Constructors in org.ejml.sparse.csc.misc with parameters of type ComputePermutationModifierConstructorDescriptionApplyFillReductionPermutation_DSCC(@Nullable ComputePermutation<DMatrixSparseCSC> fillReduce, boolean symmetric) ApplyFillReductionPermutation_FSCC(@Nullable ComputePermutation<FMatrixSparseCSC> fillReduce, boolean symmetric)