Package org.jblas.ranges


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