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

    Fields
    Modifier and Type Field Description
    static Random rand  
  • Constructor Summary

    Constructors
    Constructor Description
    FillReductionFactory_FSCC()  
  • Method Summary

    Modifier and Type Method Description
    static @Nullable org.ejml.sparse.ComputePermutation<org.ejml.data.FMatrixSparseCSC> create​(org.ejml.sparse.FillReducing type)
    Returns a method for computing the fill reduce permutations.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • rand

      public static final Random rand
  • Constructor Details

    • FillReductionFactory_FSCC

      public FillReductionFactory_FSCC()
  • Method Details

    • create

      @Nullable public static @Nullable org.ejml.sparse.ComputePermutation<org.ejml.data.FMatrixSparseCSC> 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