Home
last modified time | relevance | path

Searched refs:strides_type (Results 1 – 25 of 62) sorted by relevance

123

/dports/devel/boost-docs/boost_1_72_0/libs/numeric/ublas/test/tensor/
H A Dtest_strides.cpp30 using strides_type = ublas::strides<value>; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
32 strides_type s0{}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
36 strides_type s1{extents_type{1,1}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
40 strides_type s2{extents_type{1,2}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
44 strides_type s3{extents_type{2,1}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
48 strides_type s4{extents_type{2,3}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
52 strides_type s5{extents_type{2,3,1}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
56 strides_type s6{extents_type{1,2,3}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
60 strides_type s7{extents_type{4,2,3}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
74 strides_type s1{extents_type{1,1}}; in BOOST_AUTO_TEST_CASE()
[all …]
H A Dtest_multiplication.cpp73 auto wa = strides_type(na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
76 auto wb = strides_type (nb); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
86 auto wc = strides_type (nc); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
121 auto wa = strides_type (na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
124 auto wb = strides_type (nb); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
128 auto wc = strides_type (nc); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
161 auto wa = strides_type(na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
205 auto wa = strides_type(na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
274 auto wa = strides_type(na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
357 auto wa = strides_type(na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
[all …]
H A Dtest_algorithms.cpp222 using strides_type = ublas::strides<layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
240 auto wa = strides_type(n); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
252 auto wc = strides_type(extents_type(nc)); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
253 auto wc_pi = typename strides_type::base_type (p); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
269 auto wb = strides_type (extents_type(nb)); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
270 auto wb_pi = typename strides_type::base_type (p); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
/dports/devel/boost-python-libs/boost_1_72_0/libs/numeric/ublas/test/tensor/
H A Dtest_strides.cpp30 using strides_type = ublas::strides<value>; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
32 strides_type s0{}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
36 strides_type s1{extents_type{1,1}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
40 strides_type s2{extents_type{1,2}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
44 strides_type s3{extents_type{2,1}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
48 strides_type s4{extents_type{2,3}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
52 strides_type s5{extents_type{2,3,1}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
56 strides_type s6{extents_type{1,2,3}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
60 strides_type s7{extents_type{4,2,3}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
74 strides_type s1{extents_type{1,1}}; in BOOST_AUTO_TEST_CASE()
[all …]
H A Dtest_multiplication.cpp73 auto wa = strides_type(na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
76 auto wb = strides_type (nb); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
86 auto wc = strides_type (nc); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
121 auto wa = strides_type (na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
124 auto wb = strides_type (nb); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
128 auto wc = strides_type (nc); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
161 auto wa = strides_type(na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
205 auto wa = strides_type(na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
274 auto wa = strides_type(na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
357 auto wa = strides_type(na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/numeric/ublas/test/tensor/
H A Dtest_strides.cpp30 using strides_type = ublas::strides<value>; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
32 strides_type s0{}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
36 strides_type s1{extents_type{1,1}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
40 strides_type s2{extents_type{1,2}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
44 strides_type s3{extents_type{2,1}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
48 strides_type s4{extents_type{2,3}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
52 strides_type s5{extents_type{2,3,1}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
56 strides_type s6{extents_type{1,2,3}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
60 strides_type s7{extents_type{4,2,3}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
74 strides_type s1{extents_type{1,1}}; in BOOST_AUTO_TEST_CASE()
[all …]
H A Dtest_multiplication.cpp73 auto wa = strides_type(na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
76 auto wb = strides_type (nb); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
86 auto wc = strides_type (nc); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
121 auto wa = strides_type (na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
124 auto wb = strides_type (nb); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
128 auto wc = strides_type (nc); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
161 auto wa = strides_type(na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
205 auto wa = strides_type(na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
274 auto wa = strides_type(na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
357 auto wa = strides_type(na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/numeric/ublas/test/tensor/
H A Dtest_strides.cpp30 using strides_type = ublas::strides<value>; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
32 strides_type s0{}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
36 strides_type s1{extents_type{1,1}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
40 strides_type s2{extents_type{1,2}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
44 strides_type s3{extents_type{2,1}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
48 strides_type s4{extents_type{2,3}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
52 strides_type s5{extents_type{2,3,1}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
56 strides_type s6{extents_type{1,2,3}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
60 strides_type s7{extents_type{4,2,3}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
74 strides_type s1{extents_type{1,1}}; in BOOST_AUTO_TEST_CASE()
[all …]
H A Dtest_multiplication.cpp73 auto wa = strides_type(na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
76 auto wb = strides_type (nb); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
86 auto wc = strides_type (nc); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
121 auto wa = strides_type (na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
124 auto wb = strides_type (nb); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
128 auto wc = strides_type (nc); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
161 auto wa = strides_type(na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
205 auto wa = strides_type(na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
274 auto wa = strides_type(na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
357 auto wa = strides_type(na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/numeric/ublas/test/tensor/
H A Dtest_strides.cpp30 using strides_type = ublas::strides<value>; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
32 strides_type s0{}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
36 strides_type s1{extents_type{1,1}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
40 strides_type s2{extents_type{1,2}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
44 strides_type s3{extents_type{2,1}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
48 strides_type s4{extents_type{2,3}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
52 strides_type s5{extents_type{2,3,1}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
56 strides_type s6{extents_type{1,2,3}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
60 strides_type s7{extents_type{4,2,3}}; in BOOST_AUTO_TEST_CASE_TEMPLATE()
74 strides_type s1{extents_type{1,1}}; in BOOST_AUTO_TEST_CASE()
[all …]
H A Dtest_multiplication.cpp73 auto wa = strides_type(na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
76 auto wb = strides_type (nb); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
86 auto wc = strides_type (nc); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
121 auto wa = strides_type (na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
124 auto wb = strides_type (nb); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
128 auto wc = strides_type (nc); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
161 auto wa = strides_type(na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
205 auto wa = strides_type(na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
274 auto wa = strides_type(na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
357 auto wa = strides_type(na); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
[all …]
/dports/math/xtensor/xtensor-0.24.0/include/xtensor/
H A Dxstrides.hpp58 template <class shape_type, class strides_type>
308 template <class shape_type, class strides_type>
354 strides_type& strides, in compute_strides()
367 template <class shape_type, class strides_type>
403 template <class shape_type, class strides_type>
473 using strides_type = get_strides_t<S>; in unravel_index() typedef
475 strides_type strides = xtl::make_sequence<strides_type>(shape.size(), 0); in unravel_index()
483 using strides_type = get_strides_t<S>; in unravel_indices() typedef
485 strides_type strides = xtl::make_sequence<strides_type>(shape.size(), 0); in unravel_indices()
500 using strides_type = get_strides_t<S>; in ravel_index() typedef
[all …]
H A Dxtensor.hpp53 using strides_type = get_strides_t<shape_type>; typedef
56 using inner_strides_type = strides_type;
102 using strides_type = typename base_type::strides_type; typedef in xt::xtensor_container
177 using strides_type = get_strides_t<shape_type>; typedef
180 using inner_strides_type = strides_type;
224 using strides_type = typename base_type::strides_type; typedef in xt::xtensor_adaptor
290 using strides_type = get_strides_t<shape_type>; typedef
293 using inner_strides_type = strides_type;
337 using strides_type = typename base_type::strides_type; typedef in xt::xtensor_view
915 using strides_type = get_strides_t<S>; in ravel_indices() typedef
[all …]
H A Dxarray.hpp53 using strides_type = get_strides_t<shape_type>; typedef
56 using inner_strides_type = strides_type;
101 using strides_type = typename base_type::strides_type; typedef in xt::xarray_container
112 explicit xarray_container(const shape_type& shape, const strides_type& strides);
113 …explicit xarray_container(const shape_type& shape, const strides_type& strides, const_reference va…
182 using strides_type = get_strides_t<shape_type>; typedef
185 using inner_strides_type = strides_type;
229 using strides_type = typename base_type::strides_type; typedef in xt::xarray_adaptor
241 xarray_adaptor(D&& storage, const shape_type& shape, const strides_type& strides);
316 …y_container<EC, L, SC, Tag>::xarray_container(const shape_type& shape, const strides_type& strides) in xarray_container()
[all …]
/dports/math/xtensor-python/xtensor-python-0.26.0/include/xtensor-python/
H A Dpyarray.hpp114 using strides_type = std::vector<typename storage_type::difference_type>; typedef
152 using strides_type = typename base_type::strides_type; typedef in xt::pyarray
174 explicit pyarray(const shape_type& shape, const strides_type& strides);
218 void init_array(const shape_type& shape, const strides_type& strides);
248 strides_type strides = xtl::make_sequence<strides_type>(0, size_type(0)); in pyarray()
335 strides_type strides(shape.size()); in pyarray()
351 strides_type strides(shape.size()); in pyarray()
378 inline pyarray<T, L>::pyarray(const shape_type& shape, const strides_type& strides) in pyarray()
448 strides_type strides = xtl::make_sequence<strides_type>(shape.size(), size_type(0)); in pyarray()
480 inline void pyarray<T, L>::init_array(const shape_type& shape, const strides_type& strides) in init_array()
[all …]
H A Dpytensor.hpp138 using strides_type = shape_type; typedef
141 using inner_strides_type = strides_type;
177 using strides_type = typename base_type::strides_type; typedef in xt::pytensor
192 … explicit pytensor(const shape_type& shape, const strides_type& strides, const_reference value);
193 explicit pytensor(const shape_type& shape, const strides_type& strides);
237 void init_tensor(const shape_type& shape, const strides_type& strides);
270 m_strides = xtl::make_sequence<strides_type>(N, size_type(0)); in pytensor()
346 const strides_type& strides, in pytensor()
360 const strides_type& strides) in pytensor()
419 strides_type strides = xtl::make_sequence<strides_type>(N, size_type(0)); in pytensor()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/numeric/ublas/tensor/
H A Dtensor.hpp127 using strides_type = basic_strides<std::size_t,layout_type>; typedef in boost::numeric::ublas::tensor
265 strides_ = strides_type(extents_); in tensor()
284 strides_ = strides_type(extents_);
305 strides_ = strides_type(extents_); in tensor()
322 strides_ = strides_type(extents_);
460 strides_type const& strides () const { in strides()
615 this->strides_ = strides_type(this->extents_);
724 strides_type strides_;
/dports/devel/hyperscan/boost_1_75_0/boost/numeric/ublas/tensor/
H A Dtensor.hpp127 using strides_type = basic_strides<std::size_t,layout_type>; typedef in boost::numeric::ublas::tensor
265 strides_ = strides_type(extents_); in tensor()
284 strides_ = strides_type(extents_);
305 strides_ = strides_type(extents_); in tensor()
322 strides_ = strides_type(extents_);
460 strides_type const& strides () const { in strides()
615 this->strides_ = strides_type(this->extents_);
724 strides_type strides_;
/dports/devel/R-cran-BH/BH/inst/include/boost/numeric/ublas/tensor/
H A Dtensor.hpp127 using strides_type = basic_strides<std::size_t,layout_type>; typedef in boost::numeric::ublas::tensor
265 strides_ = strides_type(extents_); in tensor()
284 strides_ = strides_type(extents_);
305 strides_ = strides_type(extents_); in tensor()
322 strides_ = strides_type(extents_);
460 strides_type const& strides () const { in strides()
615 this->strides_ = strides_type(this->extents_);
724 strides_type strides_;
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/numeric/ublas/tensor/
H A Dtensor.hpp127 using strides_type = basic_strides<std::size_t,layout_type>; typedef in boost::numeric::ublas::tensor
265 strides_ = strides_type(extents_); in tensor()
284 strides_ = strides_type(extents_);
305 strides_ = strides_type(extents_); in tensor()
322 strides_ = strides_type(extents_);
460 strides_type const& strides () const { in strides()
615 this->strides_ = strides_type(this->extents_);
724 strides_type strides_;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/numeric/ublas/tensor/
H A Dtensor.hpp127 using strides_type = basic_strides<std::size_t,layout_type>; typedef in boost::numeric::ublas::tensor
265 strides_ = strides_type(extents_); in tensor()
284 strides_ = strides_type(extents_);
305 strides_ = strides_type(extents_); in tensor()
322 strides_ = strides_type(extents_);
460 strides_type const& strides () const { in strides()
615 this->strides_ = strides_type(this->extents_);
724 strides_type strides_;
/dports/devel/boost-libs/boost_1_72_0/boost/numeric/ublas/tensor/
H A Dtensor.hpp127 using strides_type = basic_strides<std::size_t,layout_type>; typedef in boost::numeric::ublas::tensor
265 strides_ = strides_type(extents_); in tensor()
284 strides_ = strides_type(extents_);
305 strides_ = strides_type(extents_); in tensor()
322 strides_ = strides_type(extents_);
460 strides_type const& strides () const { in strides()
615 this->strides_ = strides_type(this->extents_);
724 strides_type strides_;
/dports/devel/boost-python-libs/boost_1_72_0/boost/numeric/ublas/tensor/
H A Dtensor.hpp127 using strides_type = basic_strides<std::size_t,layout_type>; typedef in boost::numeric::ublas::tensor
265 strides_ = strides_type(extents_); in tensor()
284 strides_ = strides_type(extents_);
305 strides_ = strides_type(extents_); in tensor()
322 strides_ = strides_type(extents_);
460 strides_type const& strides () const { in strides()
615 this->strides_ = strides_type(this->extents_);
724 strides_type strides_;
/dports/math/xtensor-python/xtensor-python-0.26.0/test/
H A Dtest_common.hpp38 using strides_type = get_strides_t<shape_type>; typedef
59 strides_type m_strides;
60 strides_type m_backstrides;
67 inline const strides_type& strides() const { return m_strides; } in strides()
122 using strides_type = C; typedef
144 strides_type m_strides;
145 strides_type m_backstrides;
221 using strides_type = typename V::strides_type; in test_transpose() typedef
248 strides_type new_strides = {rm.m_strides[2], in test_transpose()
253 strides_type new_backstrides = {rm.m_backstrides[2], in test_transpose()
[all …]
/dports/math/xtensor/xtensor-0.24.0/test/
H A Dtest_common.hpp76 using strides_type = get_strides_t<C>; typedef
97 strides_type m_strides;
98 strides_type m_backstrides;
161 using strides_type = get_strides_t<C>; typedef
183 strides_type m_strides;
184 strides_type m_backstrides;
303 using strides_type = typename V::strides_type; in test_transpose() typedef
329 strides_type new_strides = {rm.m_strides[2], in test_transpose()
334 strides_type new_backstrides = {rm.m_backstrides[2], in test_transpose()
361 strides_type new_strides = {rm.m_strides[1], in test_transpose()
[all …]

123