Class BlockSieveUtil

java.lang.Object
de.tilman_neumann.jml.factor.siqs.sieve.BlockSieveUtil

public class BlockSieveUtil
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    BlockSieveUtil()  
  • Method Summary

    Modifier and Type Method Description
    static int computeBestBlockCount​(int totalSize, int blockSize)  

    Methods inherited from class java.lang.Object

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

    • BlockSieveUtil

      public BlockSieveUtil()
  • Method Details

    • computeBestBlockCount

      public static int computeBestBlockCount​(int totalSize, int blockSize)