Home
last modified time | relevance | path

Searched refs:cartesian_product (Results 1 – 25 of 492) sorted by relevance

12345678910>>...20

/dports/devel/boost-docs/boost_1_72_0/libs/hana/test/_include/auto/
H A Dcartesian_product.hpp22 hana::cartesian_product(MAKE_TUPLE()), in __anonf9465c8b0102()
28 hana::cartesian_product(MAKE_TUPLE( in __anonf9465c8b0102()
35 hana::cartesian_product(MAKE_TUPLE( in __anonf9465c8b0102()
44 hana::cartesian_product(MAKE_TUPLE( in __anonf9465c8b0102()
54 hana::cartesian_product(MAKE_TUPLE( in __anonf9465c8b0102()
65 hana::cartesian_product(MAKE_TUPLE( in __anonf9465c8b0102()
78 hana::cartesian_product(MAKE_TUPLE( in __anonf9465c8b0102()
86 hana::cartesian_product(MAKE_TUPLE( in __anonf9465c8b0102()
94 hana::cartesian_product(MAKE_TUPLE( in __anonf9465c8b0102()
104 hana::cartesian_product(MAKE_TUPLE( in __anonf9465c8b0102()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/hana/test/_include/auto/
H A Dcartesian_product.hpp22 hana::cartesian_product(MAKE_TUPLE()), in __anonf957dfbb0102()
28 hana::cartesian_product(MAKE_TUPLE( in __anonf957dfbb0102()
35 hana::cartesian_product(MAKE_TUPLE( in __anonf957dfbb0102()
44 hana::cartesian_product(MAKE_TUPLE( in __anonf957dfbb0102()
54 hana::cartesian_product(MAKE_TUPLE( in __anonf957dfbb0102()
65 hana::cartesian_product(MAKE_TUPLE( in __anonf957dfbb0102()
78 hana::cartesian_product(MAKE_TUPLE( in __anonf957dfbb0102()
86 hana::cartesian_product(MAKE_TUPLE( in __anonf957dfbb0102()
94 hana::cartesian_product(MAKE_TUPLE( in __anonf957dfbb0102()
104 hana::cartesian_product(MAKE_TUPLE( in __anonf957dfbb0102()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/hana/test/_include/auto/
H A Dcartesian_product.hpp22 hana::cartesian_product(MAKE_TUPLE()), in __anon97652dec0102()
28 hana::cartesian_product(MAKE_TUPLE( in __anon97652dec0102()
35 hana::cartesian_product(MAKE_TUPLE( in __anon97652dec0102()
44 hana::cartesian_product(MAKE_TUPLE( in __anon97652dec0102()
54 hana::cartesian_product(MAKE_TUPLE( in __anon97652dec0102()
65 hana::cartesian_product(MAKE_TUPLE( in __anon97652dec0102()
78 hana::cartesian_product(MAKE_TUPLE( in __anon97652dec0102()
86 hana::cartesian_product(MAKE_TUPLE( in __anon97652dec0102()
94 hana::cartesian_product(MAKE_TUPLE( in __anon97652dec0102()
104 hana::cartesian_product(MAKE_TUPLE( in __anon97652dec0102()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/hana/test/_include/auto/
H A Dcartesian_product.hpp22 hana::cartesian_product(MAKE_TUPLE()), in __anon4aeee7de0102()
28 hana::cartesian_product(MAKE_TUPLE( in __anon4aeee7de0102()
35 hana::cartesian_product(MAKE_TUPLE( in __anon4aeee7de0102()
44 hana::cartesian_product(MAKE_TUPLE( in __anon4aeee7de0102()
54 hana::cartesian_product(MAKE_TUPLE( in __anon4aeee7de0102()
65 hana::cartesian_product(MAKE_TUPLE( in __anon4aeee7de0102()
78 hana::cartesian_product(MAKE_TUPLE( in __anon4aeee7de0102()
86 hana::cartesian_product(MAKE_TUPLE( in __anon4aeee7de0102()
94 hana::cartesian_product(MAKE_TUPLE( in __anon4aeee7de0102()
104 hana::cartesian_product(MAKE_TUPLE( in __anon4aeee7de0102()
[all …]
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/reshape/
H A Dtest_util.py6 from pandas.core.reshape.util import cartesian_product
12 result1, result2 = cartesian_product([x, y])
22 result1, result2 = [Index(y).day for y in cartesian_product([x, x])]
31 result1, result2 = cartesian_product([x, y])
39 result1, result2 = cartesian_product([x, y])
51 result1, result2 = cartesian_product([x, y])
56 result = cartesian_product([])
67 cartesian_product(X=X)
77 cartesian_product(X=dims)
/dports/math/polymake/polymake-4.5/bundled/atint/apps/tropical/cpperl/
H A Dwrap-cartesian_product.cpperl1 {"app": "tropical", "embed": "cartesian_product.cc",
3 …args": ["Max", "void"], "func": "cartesian_product", "include": ["polymake/TropicalNumber.h"], "si…
4 …args": ["Min", "void"], "func": "cartesian_product", "include": ["polymake/TropicalNumber.h"], "si…
/dports/devel/p5-Set-Scalar/Set-Scalar-1.29/t/
H A Dcartesian.t8 my $c = $a->cartesian_product($b);
9 my $d = Set::Scalar->cartesian_product($a, $b);
10 my $e = $a->cartesian_product($a);
11 my $f = $a->cartesian_product();
12 my $g = Set::Scalar->cartesian_product($a, $b, $b);
13 my $h = Set::Scalar->cartesian_product($a, $c);
/dports/math/py-networkx/networkx-2.6.3/networkx/algorithms/operators/tests/
H A Dtest_product.py107 GH = nx.cartesian_product(G, H)
142 G = nx.cartesian_product(null, K3)
146 G = nx.cartesian_product(null, P3)
152 G = nx.cartesian_product(K3, null)
156 G = nx.cartesian_product(P3, null)
167 G = nx.cartesian_product(P5, K3)
172 G = nx.cartesian_product(K3, K5)
184 G = nx.cartesian_product(P2, P2)
185 G = nx.cartesian_product(P2, G)
189 G = nx.cartesian_product(P3, P3)
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/test/view/
H A Dcartesian_product.cpp70 auto rng = views::cartesian_product(); in test_empty_set()
108 auto rng = views::cartesian_product( in test_empty_range()
157 auto y = ranges::views::cartesian_product(x, x); in test_bug_820()
168 auto prod = ranges::views::cartesian_product(three, three); in test_bug_823()
216 auto rng = views::cartesian_product( in test_bug_919()
235 ranges::views::cartesian_product( in test_bug_978()
249 auto rng = ranges::views::cartesian_product(data0, data1, data2, data3); in test_bug_1269()
268 for(auto r : ranges::views::cartesian_product(ys, xs)) in test_bug_1279()
277 auto v = ranges::views::cartesian_product(ranges::views::single(42)) in test_bug_1296()
291 auto cp = ranges::views::cartesian_product(e, e); in test_1422()
[all …]
/dports/devel/range-v3/range-v3-0.11.0/test/view/
H A Dcartesian_product.cpp70 auto rng = views::cartesian_product(); in test_empty_set()
108 auto rng = views::cartesian_product( in test_empty_range()
157 auto y = ranges::views::cartesian_product(x, x); in test_bug_820()
168 auto prod = ranges::views::cartesian_product(three, three); in test_bug_823()
216 auto rng = views::cartesian_product( in test_bug_919()
235 ranges::views::cartesian_product( in test_bug_978()
249 auto rng = ranges::views::cartesian_product(data0, data1, data2, data3); in test_bug_1269()
268 for(auto r : ranges::views::cartesian_product(ys, xs)) in test_bug_1279()
277 auto v = ranges::views::cartesian_product(ranges::views::single(42)) in test_bug_1296()
291 auto cp = ranges::views::cartesian_product(e, e); in test_1422()
[all …]
/dports/devel/fatal/fatal-2021.12.27.00/fatal/type/
H A Dcartesian_product.h43 using cartesian_product = typename impl_cp::cpe<Inner, Outer<>, LHS, RHS>::type; variable
51 struct cartesian_product { struct
53 using apply = fatal::cartesian_product<Outer, Inner, LHS, RHS>; argument
/dports/devel/boost-docs/boost_1_72_0/boost/hana/fwd/
H A Dcartesian_product.hpp46 constexpr auto cartesian_product = [](auto&& xs) { in __anonba4aa20f0102() variable
58 constexpr cartesian_product_t cartesian_product{};
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/hana/fwd/
H A Dcartesian_product.hpp46 constexpr auto cartesian_product = [](auto&& xs) { in __anonb33e206b0102() variable
58 constexpr cartesian_product_t cartesian_product{};
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/hana/fwd/
H A Dcartesian_product.hpp46 constexpr auto cartesian_product = [](auto&& xs) { in __anond2c272e80102() variable
58 constexpr cartesian_product_t cartesian_product{};
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/hana/fwd/
H A Dcartesian_product.hpp46 constexpr auto cartesian_product = [](auto&& xs) { in __anona2137c2a0102() variable
58 constexpr cartesian_product_t cartesian_product{};
/dports/devel/boost-libs/boost_1_72_0/boost/hana/fwd/
H A Dcartesian_product.hpp46 constexpr auto cartesian_product = [](auto&& xs) { in __anon5ca62db00102() variable
58 constexpr cartesian_product_t cartesian_product{};
/dports/devel/boost-python-libs/boost_1_72_0/boost/hana/fwd/
H A Dcartesian_product.hpp46 constexpr auto cartesian_product = [](auto&& xs) { in __anonfe71513f0102() variable
58 constexpr cartesian_product_t cartesian_product{};
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/hana/fwd/
H A Dcartesian_product.hpp46 constexpr auto cartesian_product = [](auto&& xs) { in __anonbef548330102() variable
58 constexpr cartesian_product_t cartesian_product{};
/dports/devel/hyperscan/boost_1_75_0/boost/hana/fwd/
H A Dcartesian_product.hpp46 constexpr auto cartesian_product = [](auto&& xs) { in __anonf10b88220102() variable
58 constexpr cartesian_product_t cartesian_product{};
/dports/math/maxima/maxima-5.43.2/share/linearalgebra/
H A Drtest_linalg.mac198 cartesian_product(setify(s1),setify(s2))));
213 cartesian_product(setify(s1),setify(s2))));
229 cartesian_product(setify(s1),setify(s2))));
245 cartesian_product(setify(s1),setify(s2))));
261 cartesian_product(setify(s1),setify(s2))));
278 cartesian_product(setify(s1),setify(s2))));
294 cartesian_product(setify(s1),setify(s2))));
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/py/testing/
H A Dtest_iniconfig.py17 values = cartesian_product(*values)
21 def cartesian_product(L,*lists): function
28 for y in cartesian_product(lists[0],*lists[1:]):
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/python/cpp_src/
H A Dmath_tools.i146 %template(cartesian_product_int) cartesian_product<int,int>;
147 %template(cartesian_product_double) cartesian_product<int,double>;
186 def cartesian_product(input_sets,elem_size=1):
/dports/math/R-cran-sets/sets/man/
H A Dsets-internal.Rd3 \alias{.cartesian_product}
/dports/math/py-networkx/networkx-2.6.3/doc/reference/algorithms/
H A Doperators.rst40 cartesian_product
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/common/
H A Dtest_helpers.h851 void cartesian_product(std::vector<std::vector<T> > &final_output, in cartesian_product() function
869 ucs::cartesian_product(final_output, cur_output, in cartesian_product()
876 void cartesian_product(std::vector<std::vector<T> > &output, in cartesian_product() function
880 cartesian_product(output, cur_output, input.begin(), input.end()); in cartesian_product()
891 ucs::cartesian_product(result, input); in make_pairs()

12345678910>>...20