Range of indices.
More...
Inherited by tensor::FullRange, tensor::IndexRange, tensor::ProductRange, tensor::SingleRange, and tensor::StepRange.
Range of indices.
This class should never be used by public functions, but only as the output of the function range() and only to access segments of a tensors, as in
b = a(range(1,2),range())
Definition at line 105 of file indices.h.