Class DivideAndConquer.Divider

java.lang.Object
org.ojalgo.concurrent.DivideAndConquer.Divider
Enclosing class:
DivideAndConquer

public static final class DivideAndConquer.Divider extends Object
A configurable divider that can be used to divide a range of indices and conquer each part in parallel. You can configure the divider with a maximum parallelism level and a threshold for the size of the parts to conquer.