| 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 \( a_i, i < 0 <= n \)
 where \( a_i = start + i * step \)
 and \( n \) is such that \( a_n <= max \) and \( a_{n+1} > max \). | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.