Uses of Class
org.apache.hadoop.examples.pi.math.Bellard.Parameter

Packages that use Bellard.Parameter
org.apache.hadoop.examples.pi.math This package provides useful mathematical library classes for the distbbp program. 
 

Uses of Bellard.Parameter in org.apache.hadoop.examples.pi.math
 

Methods in org.apache.hadoop.examples.pi.math that return Bellard.Parameter
static Bellard.Parameter Bellard.Parameter.get(String s)
          Get the Parameter represented by the String
static Bellard.Parameter Bellard.Parameter.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Bellard.Parameter[] Bellard.Parameter.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.examples.pi.math that return types with arguments of type Bellard.Parameter
static
<T extends Container<Summation>>
Map<Bellard.Parameter,Bellard.Sum>
Bellard.getSums(long b, int partsPerSum, Map<Bellard.Parameter,List<T>> existing)
          Get the sums for the Bellard formula.
 

Method parameters in org.apache.hadoop.examples.pi.math with type arguments of type Bellard.Parameter
static
<T extends Container<Summation>>
double
Bellard.computePi(long b, Map<Bellard.Parameter,T> results)
          Compute bits of Pi from the results.
static
<T extends Container<Summation>>
Map<Bellard.Parameter,Bellard.Sum>
Bellard.getSums(long b, int partsPerSum, Map<Bellard.Parameter,List<T>> existing)
          Get the sums for the Bellard formula.
 



Copyright © 2009 The Apache Software Foundation