tensor-0.1.0
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
tensor::Range Class Reference

Range of indices. More...

Inherited by tensor::FullRange, tensor::IndexRange, tensor::ProductRange, tensor::SingleRange, and tensor::StepRange.

Detailed Description

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.