Package org.ejml.sparse.csc.factory
Class FillReductionFactory_FSCC
java.lang.Object
org.ejml.sparse.csc.factory.FillReductionFactory_FSCC
@Generated("org.ejml.sparse.csc.factory.FillReductionFactory_DSCC")
public class FillReductionFactory_FSCC
extends Object
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable ComputePermutation<FMatrixSparseCSC>
create
(FillReducing type) Returns a method for computing the fill reduce permutations.
-
Field Details
-
rand
-
-
Constructor Details
-
FillReductionFactory_FSCC
public FillReductionFactory_FSCC()
-
-
Method Details
-
create
Returns a method for computing the fill reduce permutations. If null is returned that means no permutations should be done- Parameters:
type
- The method- Returns:
- ComputePermutation or null if no permutations should be applied
-