|
gslice::stridepublic 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.ParametersnoneReturn valueA valarray object with the strides of the gslice.size_t is an unsigned integral type. See also
|