| Package | Description |
|---|---|
| org.apache.commons.math3.util |
Convenience routines and common data structures used throughout the commons-math library.
|
| Modifier and Type | Field and Description |
|---|---|
private Combinations.IterationOrder |
Combinations.iterationOrder
Iteration order.
|
| Modifier and Type | Method and Description |
|---|---|
static Combinations.IterationOrder |
Combinations.IterationOrder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Combinations.IterationOrder[] |
Combinations.IterationOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Combinations(int n,
int k,
Combinations.IterationOrder iterationOrder)
Creates an instance whose range is the k-element subsets of
{0, ..., n - 1} represented as
int[] arrays. |