Package org.jblas.la.ranges

Provide ways to specify indices ranges.

See:
          Description

Interface Summary
Range The Range interface represents basically a set of indices.
 

Class Summary
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.
 

Package org.jblas.la.ranges Description

Provide ways to specify indices ranges.



written by Mikio L. Braun and Johannes Schaback