Package org.jblas.ranges
Provide ways to specify indices ranges.
-
Interface Summary Interface Description Range The Range interface represents basically a set of indices. -
Class Summary Class Description AllRange A range over all available indices.IndicesRange Range which varies over pre-specified indices.IntervalRange Range which varies from a given interval.PointRange A PointRange is a range which only has a single point.RangeUtils A bunch of static functions for making construction of ranges more uniform.