📄 instantiate.hpp
字号:
(boost::math::isinf)(l); boost::math::log1p(i); boost::math::expm1(s); boost::math::cbrt(l); boost::math::sqrt1pm1(s); boost::math::powm1(i, s); boost::math::powm1(fr, lr); //boost::math::legendre_p(1, i); boost::math::legendre_p(1, 0, s); boost::math::legendre_q(1, i); boost::math::laguerre(1, i); boost::math::laguerre(2, 1, i); boost::math::laguerre(2u, 1u, s); boost::math::hermite(1, s); boost::math::spherical_harmonic_r(2, 1, s, i); boost::math::spherical_harmonic_i(2, 1, fr, lr); boost::math::ellint_1(i); boost::math::ellint_1(i, s); boost::math::ellint_1(fr, lr); boost::math::ellint_2(i); boost::math::ellint_2(i, l); boost::math::ellint_2(fr, lr); boost::math::ellint_3(i, l); boost::math::ellint_3(fr, lr); boost::math::ellint_3(s, l, i); boost::math::ellint_3(fr, dr, lr); boost::math::ellint_rc(i, s); boost::math::ellint_rc(fr, lr); boost::math::ellint_rd(s, i, l); boost::math::ellint_rd(fr, lr, dr); boost::math::ellint_rf(s, l, i); boost::math::ellint_rf(fr, dr, lr); boost::math::ellint_rj(i, i, s, l); boost::math::ellint_rj(i, fr, dr, lr); boost::math::hypot(i, s); boost::math::hypot(fr, lr); boost::math::sinc_pi(i); boost::math::sinhc_pi(i); boost::math::asinh(s); boost::math::acosh(l); boost::math::atanh(l); boost::math::sin_pi(s); boost::math::cos_pi(s); boost::math::cyl_neumann(fr, dr); boost::math::cyl_neumann(i, s); boost::math::cyl_bessel_j(fr, lr); boost::math::cyl_bessel_j(i, s); boost::math::cyl_bessel_i(fr, lr); boost::math::cyl_bessel_i(i, s); boost::math::cyl_bessel_k(fr, lr); boost::math::cyl_bessel_k(i, s); boost::math::sph_bessel(i, fr); boost::math::sph_bessel(i, 1); boost::math::sph_neumann(i, lr); boost::math::sph_neumann(i, i); boost::math::policies::policy<> pol; boost::math::tgamma(i, pol); boost::math::tgamma1pm1(i, pol); boost::math::lgamma(i, pol); boost::math::lgamma(i, &i, pol); boost::math::digamma(i, pol); boost::math::tgamma_ratio(i, l, pol); boost::math::tgamma_ratio(fr, lr, pol); boost::math::tgamma_delta_ratio(i, s, pol); boost::math::tgamma_delta_ratio(fr, lr, pol); boost::math::rising_factorial(s, i, pol); boost::math::falling_factorial(s, i, pol); boost::math::tgamma(i, l, pol); boost::math::tgamma(fr, lr, pol); boost::math::tgamma_lower(i, s, pol); boost::math::tgamma_lower(fr, lr, pol); boost::math::gamma_p(i, s, pol); boost::math::gamma_p(fr, lr, pol); boost::math::gamma_q(i, s, pol); boost::math::gamma_q(fr, lr, pol); boost::math::gamma_p_inv(i, fr, pol); boost::math::gamma_q_inv(s, fr, pol); boost::math::gamma_p_inva(i, lr, pol); boost::math::gamma_q_inva(i, lr, pol); boost::math::erf(i, pol); boost::math::erfc(i, pol); boost::math::erf_inv(i, pol); boost::math::erfc_inv(i, pol); boost::math::beta(i, s, pol); boost::math::beta(fr, lr, pol); boost::math::beta(i, s, l, pol); boost::math::beta(fr, dr, lr, pol); boost::math::betac(l, i, s, pol); boost::math::betac(fr, dr, lr, pol); boost::math::ibeta(l, i, s, pol); boost::math::ibeta(fr, dr, lr, pol); boost::math::ibetac(l, i, s, pol); boost::math::ibetac(fr, dr, lr, pol); boost::math::ibeta_inv(l, s, i, pol); boost::math::ibeta_inv(fr, dr, lr, pol); boost::math::ibetac_inv(l, i, s, pol); boost::math::ibetac_inv(fr, dr, lr, pol); boost::math::ibeta_inva(l, i, s, pol); boost::math::ibeta_inva(fr, dr, lr, pol); boost::math::ibetac_inva(l, i, s, pol); boost::math::ibetac_inva(fr, dr, lr, pol); boost::math::ibeta_invb(l, i, s, pol); boost::math::ibeta_invb(fr, dr, lr, pol); boost::math::ibetac_invb(l, i, s, pol); boost::math::ibetac_invb(fr, dr, lr, pol); boost::math::gamma_p_derivative(i, l, pol); boost::math::gamma_p_derivative(fr, lr, pol); boost::math::ibeta_derivative(l, i, s, pol); boost::math::ibeta_derivative(fr, dr, lr, pol); boost::math::log1p(i, pol); boost::math::expm1(s, pol); boost::math::cbrt(l, pol); boost::math::sqrt1pm1(s, pol); boost::math::powm1(i, s, pol); boost::math::powm1(fr, lr, pol); //boost::math::legendre_p(1, i, pol); boost::math::legendre_p(1, 0, s, pol); boost::math::legendre_q(1, i, pol); boost::math::laguerre(1, i, pol); boost::math::laguerre(2, 1, i, pol); boost::math::laguerre(2u, 1u, s, pol); boost::math::hermite(1, s, pol); boost::math::spherical_harmonic_r(2, 1, s, i, pol); boost::math::spherical_harmonic_i(2, 1, fr, lr, pol); boost::math::ellint_1(i, pol); boost::math::ellint_1(i, s, pol); boost::math::ellint_1(fr, lr, pol); boost::math::ellint_2(i, pol); boost::math::ellint_2(i, l, pol); boost::math::ellint_2(fr, lr, pol); boost::math::ellint_3(i, l, pol); boost::math::ellint_3(fr, lr, pol); boost::math::ellint_3(s, l, i, pol); boost::math::ellint_3(fr, dr, lr, pol); boost::math::ellint_rc(i, s, pol); boost::math::ellint_rc(fr, lr, pol); boost::math::ellint_rd(s, i, l, pol); boost::math::ellint_rd(fr, lr, dr, pol); boost::math::ellint_rf(s, l, i, pol); boost::math::ellint_rf(fr, dr, lr, pol); boost::math::ellint_rj(i, i, s, l, pol); boost::math::ellint_rj(i, fr, dr, lr, pol); boost::math::hypot(i, s, pol); boost::math::hypot(fr, lr, pol); boost::math::sinc_pi(i, pol); boost::math::sinhc_pi(i, pol); boost::math::asinh(s, pol); boost::math::acosh(l, pol); boost::math::atanh(l, pol); boost::math::sin_pi(s, pol); boost::math::cos_pi(s, pol); boost::math::cyl_neumann(fr, dr, pol); boost::math::cyl_neumann(i, s, pol); boost::math::cyl_bessel_j(fr, lr, pol); boost::math::cyl_bessel_j(i, s, pol); boost::math::cyl_bessel_i(fr, lr, pol); boost::math::cyl_bessel_i(i, s, pol); boost::math::cyl_bessel_k(fr, lr, pol); boost::math::cyl_bessel_k(i, s, pol); boost::math::sph_bessel(i, fr, pol); boost::math::sph_bessel(i, 1, pol); boost::math::sph_neumann(i, lr, pol); boost::math::sph_neumann(i, i, pol); test::tgamma(i); test::tgamma1pm1(i); test::lgamma(i); test::lgamma(i, &i); test::digamma(i); test::tgamma_ratio(i, l); test::tgamma_ratio(fr, lr); test::tgamma_delta_ratio(i, s); test::tgamma_delta_ratio(fr, lr); test::rising_factorial(s, i); test::falling_factorial(s, i); test::tgamma(i, l); test::tgamma(fr, lr); test::tgamma_lower(i, s); test::tgamma_lower(fr, lr); test::gamma_p(i, s); test::gamma_p(fr, lr); test::gamma_q(i, s); test::gamma_q(fr, lr); test::gamma_p_inv(i, fr); test::gamma_q_inv(s, fr); test::gamma_p_inva(i, lr); test::gamma_q_inva(i, lr); test::erf(i); test::erfc(i); test::erf_inv(i); test::erfc_inv(i); test::beta(i, s); test::beta(fr, lr); test::beta(i, s, l); test::beta(fr, dr, lr); test::betac(l, i, s); test::betac(fr, dr, lr); test::ibeta(l, i, s); test::ibeta(fr, dr, lr); test::ibetac(l, i, s); test::ibetac(fr, dr, lr); test::ibeta_inv(l, s, i); test::ibeta_inv(fr, dr, lr); test::ibetac_inv(l, i, s); test::ibetac_inv(fr, dr, lr); test::ibeta_inva(l, i, s); test::ibeta_inva(fr, dr, lr); test::ibetac_inva(l, i, s); test::ibetac_inva(fr, dr, lr); test::ibeta_invb(l, i, s); test::ibeta_invb(fr, dr, lr); test::ibetac_invb(l, i, s); test::ibetac_invb(fr, dr, lr); test::gamma_p_derivative(i, l); test::gamma_p_derivative(fr, lr); test::ibeta_derivative(l, i, s); test::ibeta_derivative(fr, dr, lr); (test::fpclassify)(i); (test::isfinite)(s); (test::isnormal)(l); (test::isnan)(i); (test::isinf)(l); test::log1p(i); test::expm1(s); test::cbrt(l); test::sqrt1pm1(s); test::powm1(i, s); test::powm1(fr, lr); //test::legendre_p(1, i); test::legendre_p(1, 0, s); test::legendre_q(1, i); test::laguerre(1, i); test::laguerre(2, 1, i); test::laguerre(2u, 1u, s); test::hermite(1, s); test::spherical_harmonic_r(2, 1, s, i); test::spherical_harmonic_i(2, 1, fr, lr); test::ellint_1(i); test::ellint_1(i, s); test::ellint_1(fr, lr); test::ellint_2(i); test::ellint_2(i, l); test::ellint_2(fr, lr); test::ellint_3(i, l); test::ellint_3(fr, lr); test::ellint_3(s, l, i); test::ellint_3(fr, dr, lr); test::ellint_rc(i, s); test::ellint_rc(fr, lr); test::ellint_rd(s, i, l); test::ellint_rd(fr, lr, dr); test::ellint_rf(s, l, i); test::ellint_rf(fr, dr, lr); test::ellint_rj(i, i, s, l); test::ellint_rj(i, fr, dr, lr); test::hypot(i, s); test::hypot(fr, lr); test::sinc_pi(i); test::sinhc_pi(i); test::asinh(s); test::acosh(l); test::atanh(l); test::sin_pi(s); test::cos_pi(s); test::cyl_neumann(fr, dr); test::cyl_neumann(i, s); test::cyl_bessel_j(fr, lr); test::cyl_bessel_j(i, s); test::cyl_bessel_i(fr, lr); test::cyl_bessel_i(i, s); test::cyl_bessel_k(fr, lr); test::cyl_bessel_k(i, s); test::sph_bessel(i, fr); test::sph_bessel(i, 1); test::sph_neumann(i, lr); test::sph_neumann(i, i);#endif}#endif // BOOST_LIBS_MATH_TEST_INSTANTIATE_HPP
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -