Package org.ejml.sparse.csc.factory
Class FillReductionFactory_DSCC
java.lang.Object
org.ejml.sparse.csc.factory.FillReductionFactory_DSCC
public class FillReductionFactory_DSCC extends Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description FillReductionFactory_DSCC() -
Method Summary
Modifier and Type Method Description static @Nullable org.ejml.sparse.ComputePermutation<org.ejml.data.DMatrixSparseCSC>create(org.ejml.sparse.FillReducing type)Returns a method for computing the fill reduce permutations.
-
Field Details
-
rand
-
-
Constructor Details
-
FillReductionFactory_DSCC
public FillReductionFactory_DSCC()
-
-
Method Details
-
create
@Nullable public static @Nullable org.ejml.sparse.ComputePermutation<org.ejml.data.DMatrixSparseCSC> create(org.ejml.sparse.FillReducing type)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
-