Reference
C Library
IOstream Library
Strings library
STL Containers
STL Algorithms
Miscellaneous
Miscellaneous
complex
exception
functional
iterator
limits
locale
memory
new
numeric
stdexcept
typeinfo
utility
valarray
valarray
classes:
gslice
gslice_array
indirect_array
mask_array
slice
slice_array
valarray
global functions:
abs
acos
asin
atan
atan2
cos
cosh
exp
log
log10
pow
sin
sinh
sqrt
tan
tanh
gslice
gslice::gslice
member functions:
gslice::size
gslice::start
gslice::stride


gslice::stride

public member function
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