Home
last modified time | relevance | path

Searched refs:p_type2_diff (Results 1 – 2 of 2) sorted by relevance

/dports/math/piranha/piranha-0.11/tests/
H A Dseries_02.cpp275 using p_type2_diff = g_series_type<rational, rational>; in BOOST_AUTO_TEST_CASE() typedef
278 BOOST_CHECK((std::is_same<decltype(x2.partial("foo")), p_type2_diff>::value)); in BOOST_AUTO_TEST_CASE()
293 …p_type2::register_custom_derivative("x", [](const p_type2 &) { return p_type2_diff{rational(1, 314… in BOOST_AUTO_TEST_CASE()
295 …p_type2::register_custom_derivative("x", [](const p_type2 &) { return p_type2_diff{rational(1, 315… in BOOST_AUTO_TEST_CASE()
312 … p_type2::register_custom_derivative("y", [](const p_type2 &p) { return 2 * p_type2_diff{p}; }); in BOOST_AUTO_TEST_CASE()
/dports/math/py-piranha/piranha-0.11/tests/
H A Dseries_02.cpp275 using p_type2_diff = g_series_type<rational, rational>;
278 BOOST_CHECK((std::is_same<decltype(x2.partial("foo")), p_type2_diff>::value));
293 …p_type2::register_custom_derivative("x", [](const p_type2 &) { return p_type2_diff{rational(1, 314…
295 …p_type2::register_custom_derivative("x", [](const p_type2 &) { return p_type2_diff{rational(1, 315…
312 … p_type2::register_custom_derivative("y", [](const p_type2 &p) { return 2 * p_type2_diff{p}; });