public class RangeUtils extends java.lang.Object
| Constructor and Description |
|---|
RangeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Range |
all() |
static Range |
find(DoubleMatrix is) |
static Range |
indices(DoubleMatrix is) |
static Range |
indices(int[] is) |
static Range |
interval(int a,
int b) |
static Range |
point(int i)
Construct point range (constant range) with given index.
|
public RangeUtils()
public static Range indices(DoubleMatrix is)
public static Range find(DoubleMatrix is)
© 2008-2013 by Mikio L. Braun and contributors