Package | Description |
---|---|
org.apache.commons.math3.util |
Convenience routines and common data structures used throughout the commons-math library.
|
Modifier and Type | Method and Description |
---|---|
static IntegerSequence.Range |
IntegerSequence.range(int start,
int end)
Creates a sequence {@code [start ..
|
static IntegerSequence.Range |
IntegerSequence.range(int start,
int max,
int step)
Creates a sequence
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.