Searched refs:gslice (Results 1 – 4 of 4) sorted by relevance
45 class gslice; variable93 friend class gslice; variable169 valarray<_Tp> operator[](const gslice&) const;170 gslice_array<_Tp> operator[](const gslice&);1239 class gslice {1242 gslice() : _M_start(0), _M_lengths(), _M_strides() {}1243 gslice(size_t __start,1247 __TRIVIAL_DESTRUCTOR(gslice)1284 _Gslice_Iter_tmpl(const gslice& __gslice)1298 const gslice& _M_gslice;[all …]
98 valarray<_Tp> valarray<_Tp>::operator[](const gslice& __slice) const {
118 valarray<double> v2(v0[gslice()]); in transcendentals()