Package | Description |
---|---|
com.sun.electric.tool.placement.metrics.boundingbox | |
com.sun.electric.tool.placement.metrics.mst | |
com.sun.electric.tool.util.concurrent |
Package for parallel patterns and concurrent data structures
|
com.sun.electric.tool.util.concurrent.patterns |
Modifier and Type | Class and Description |
---|---|
class |
BBMetricTask
Parallel Placement
Estimate wirelength using the bounding box metric
|
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
BBMetricTask.reduce(PReduceJob.PReduceTask<java.lang.Double,BlockedRange1D> other) |
Modifier and Type | Class and Description |
---|---|
class |
MSTMetricTask
Parallel Placement
|
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
MSTMetricTask.reduce(PReduceJob.PReduceTask<java.lang.Double,BlockedRange1D> other) |
Modifier and Type | Method and Description |
---|---|
static <T,K extends BlockedRange<K>> |
Parallel.Reduce(K range,
PReduceJob.PReduceTask<T,K> task)
Parallel reduce.
|
Modifier and Type | Method and Description |
---|---|
abstract T |
PReduceJob.PReduceTask.reduce(PReduceJob.PReduceTask<T,K> other)
reduce function.
|
Constructor and Description |
---|
PReduceJob(K range,
PReduceJob.PReduceTask<T,K> task) |