Uses of Class
org.apfloat.samples.PiDistributed.Node
Packages that use PiDistributed.Node
-
Uses of PiDistributed.Node in org.apfloat.samples
Methods in org.apfloat.samples that return PiDistributed.NodeModifier and TypeMethodDescriptionPiDistributed.DistributedBinarySplittingPiCalculator.getNodes()Get the available set of operation executor nodes.PiDistributed.DistributedBinarySplittingPiCalculator.recombineNodes(PiDistributed.Node[] nodes, int numberNeeded) Attempt to combine or split nodes to form the needed number of nodes.Methods in org.apfloat.samples with parameters of type PiDistributed.NodeModifier and TypeMethodDescriptionintPiDistributed.Node.compareTo(PiDistributed.Node that) Compare this Node to another Node.voidPiDistributed.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.DistributedBinarySplittingPiCalculator.recombineNodes(PiDistributed.Node[] nodes, int numberNeeded) Attempt to combine or split nodes to form the needed number of nodes.