public member function
std::gslice::stride
<valarray>
valarray<size_t> stride() const;
Return strides of gslice
Returns a
valarray with the separation of the elements in each of the dimensions of the
gslice object.
Parameters
none
Return value
A
valarray object with the strides of the gslice.
size_t is an unsigned integral type.
See also
- gslice::start
- Return start of gslice (public member function)
- gslice::size
- Return sizes of gslice (public member function)