public class RangeUtils extends 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 static Range point(int i)
public static Range indices(int[] is)
public static Range interval(int a, int b)
public static Range all()
public static Range indices(DoubleMatrix is)
public static Range find(DoubleMatrix is)
Copyright © 2015. All rights reserved.