Package | Description |
---|---|
org.apfloat.samples |
Sample applications demonstrating apfloat use.
|
Modifier and Type | Method and Description |
---|---|
PiDistributed.Node[] |
PiDistributed.DistributedBinarySplittingPiCalculator.getNodes()
Get the available set of operation executor nodes.
|
PiDistributed.Node[] |
PiDistributed.DistributedBinarySplittingPiCalculator.recombineNodes(PiDistributed.Node[] nodes,
int numberNeeded)
Attempt to combine or split nodes to form the needed number
of nodes.
|
Modifier and Type | Method and Description |
---|---|
int |
PiDistributed.Node.compareTo(PiDistributed.Node that)
Compare this Node to another Node.
|
void |
PiDistributed.DistributedBinarySplittingPiCalculator.r(long n1,
long n2,
ApfloatHolder T,
ApfloatHolder Q,
ApfloatHolder P,
ApfloatHolder F,
PiDistributed.Node[] nodes)
Entry point for the distributed binary splitting algorithm.
|
PiDistributed.Node[] |
PiDistributed.DistributedBinarySplittingPiCalculator.recombineNodes(PiDistributed.Node[] nodes,
int numberNeeded)
Attempt to combine or split nodes to form the needed number
of nodes.
|
Copyright © 2018. All rights reserved.