Home
last modified time | relevance | path

Searched refs:PREFIX_ROW_MAJOR (Results 1 – 7 of 7) sorted by relevance

/dports/math/tblis/tblis-1.2.0/src/external/marray/test/
H A Ddpd_varray.cxx9 PREFIX_ROW_MAJOR,
344 dpd_varray<double> v1(1, 2, {{2, 3}, {2, 1}, {5, 3}}, PREFIX_ROW_MAJOR); in TEST()
H A Ddpd_marray.cxx27 PREFIX_ROW_MAJOR,
404 dpd_marray<double,3> v1(1, 2, {{2, 3}, {2, 1}, {5, 3}}, PREFIX_ROW_MAJOR); in TEST()
H A Ddpd_varray_view.cxx9 PREFIX_ROW_MAJOR,
567 dpd_varray_view<double> v1(1, 2, {{2, 3}, {2, 1}, {5, 3}}, data1, PREFIX_ROW_MAJOR); in TEST()
H A Ddpd_marray_view.cxx27 PREFIX_ROW_MAJOR,
605 dpd_marray_view<double,3> v1(1, 2, {{2, 3}, {2, 1}, {5, 3}}, data1, PREFIX_ROW_MAJOR); in TEST()
H A Dindexed_dpd_varray.cxx9 PREFIX_ROW_MAJOR,
/dports/math/tblis/tblis-1.2.0/src/external/marray/include/
H A Dutility.hpp146 constexpr prefix_row_major_layout PREFIX_ROW_MAJOR; variable
H A Ddpd_marray_base.hpp53 else if (layout == PREFIX_ROW_MAJOR || in default_depth()