Home
last modified time | relevance | path

Searched +defs:f +defs:integral (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/dports/finance/quantlib/QuantLib-1.20/ql/experimental/credit/
H A Donefactorcopula.hpp167 Real integral(Real p) const { in integral() function in QuantLib::OneFactorCopula
192 Real integral(const F& f, std::vector<Real>& probabilities) const { in integral() argument
216 Distribution integral(const F& f, in integral() function in QuantLib::OneFactorCopula
/dports/math/dune-functions/dune-functions-1882b3ec0a14b211dd077f0d5e6455495e28c35d/dune/functions/gridfunctions/test/
H A Dgridfunctiontest.hh30 double integrateGridViewFunction(const GridView& gridView, const F& f, unsigned int quadOrder) in integrateGridViewFunction()
34 double integral = 0; in integrateGridViewFunction() local
66 bool checkGridViewFunction(const GridView& gridView, const F& f, double exactIntegral, unsigned int… in checkGridViewFunction()
69 double integral; in checkGridViewFunction() local
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/eqn/
H A Dintegral.c34 integral(int p, int p1, int p2) { in integral() function
59 char *f; in setintegral() local
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/algo/
H A Dvnl_simpson_integral.cxx9 double vnl_simpson_integral::integral(vnl_integrant_fnct* f, double a, double b, long n) in integral() function in vnl_simpson_integral
/dports/misc/vxl/vxl-3.3.2/core/vnl/algo/
H A Dvnl_simpson_integral.cxx11 vnl_simpson_integral::integral(vnl_integrant_fnct * f, double a, double b, long n) in integral() function in vnl_simpson_integral
/dports/science/madness/madness-ebb3fd7/src/examples/
H A Dsininteg.cc67 real_function_1d f = real_factory_1d(world).f(myf); in main() local
69 double integral = f.trace(); in main() local
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/libdepixelize/priv/
H A Dintegral.h37 Geom::Coord integral(F f, T begin, T end, unsigned samples) in integral() function
/dports/devel/boost-docs/boost_1_72_0/boost/hana/fwd/
H A Dtype.hpp369 constexpr auto is_valid = [](auto&& f) { in __anon700499370302()
513 constexpr auto integral = [](auto f) { in __anon700499370802() variable
528 constexpr make_integral_t integral{}; variable
/dports/devel/hyperscan/boost_1_75_0/boost/hana/fwd/
H A Dtype.hpp369 constexpr auto is_valid = [](auto&& f) { in __anone7d0246a0302()
513 constexpr auto integral = [](auto f) { in __anone7d0246a0802() variable
528 constexpr make_integral_t integral{}; variable
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/hana/fwd/
H A Dtype.hpp369 constexpr auto is_valid = [](auto&& f) { in __anon0b3392130302()
513 constexpr auto integral = [](auto f) { in __anon0b3392130802() variable
528 constexpr make_integral_t integral{}; variable
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/hana/fwd/
H A Dtype.hpp369 constexpr auto is_valid = [](auto&& f) { in __anondda615700302()
513 constexpr auto integral = [](auto f) { in __anondda615700802() variable
528 constexpr make_integral_t integral{}; variable
/dports/devel/boost-libs/boost_1_72_0/boost/hana/fwd/
H A Dtype.hpp369 constexpr auto is_valid = [](auto&& f) { in __anon4452ab380302()
513 constexpr auto integral = [](auto f) { in __anon4452ab380802() variable
528 constexpr make_integral_t integral{}; variable
/dports/devel/boost-python-libs/boost_1_72_0/boost/hana/fwd/
H A Dtype.hpp369 constexpr auto is_valid = [](auto&& f) { in __anon5b3eda670302()
513 constexpr auto integral = [](auto f) { in __anon5b3eda670802() variable
528 constexpr make_integral_t integral{}; variable
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/hana/fwd/
H A Dtype.hpp369 constexpr auto is_valid = [](auto&& f) { in __anonfd9e74db0302()
513 constexpr auto integral = [](auto f) { in __anonfd9e74db0802() variable
528 constexpr make_integral_t integral{}; variable
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/hana/fwd/
H A Dtype.hpp360 constexpr auto is_valid = [](auto&& f) { in __anonabcaeb720302()
497 constexpr auto integral = [](auto f) { in __anonabcaeb720802() variable
512 constexpr make_integral_t integral{}; variable
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/src/
H A Denum_flags.h45 template<typename T> using integral = variable
104 inline bool test(flags f) const { return((*this & f) == f); } in test()
105 inline bool test(Enum f) const { return((*this & f) == f); } in test()
108 inline bool test_any(flags f) const { return((*this & f).test_any()); } in test_any()
/dports/graphics/nurbs++/nurbs++-3.0.11/examples/numerical/
H A Dtint2.cpp27 F f ; in operator ()() local
28 double err, integral; in operator ()() local
41 F f ; in main() local
/dports/biology/lamarc/lamarc-2.1.8/boost/function/
H A Dfunction_base.hpp273 functor_type* f = in manager() local
290 functor_type* f = in manager() local
380 compare_not_equal(const Function& f, in compare_not_equal()
538 inline bool operator==(const function_base& f, in operator ==()
544 inline bool operator!=(const function_base& f, in operator !=()
551 const function_base& f) in operator ==()
557 const function_base& f) in operator !=()
568 typedef mpl::bool_<(is_integral<Functor>::value)> integral; in operator ==() typedef
575 typedef mpl::bool_<(is_integral<Functor>::value)> integral; in operator ==() typedef
582 typedef mpl::bool_<(is_integral<Functor>::value)> integral; in operator !=() typedef
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/function/
H A Dfunction_base.hpp347 const functor_type* f = in manager() local
356 functor_type* f = in manager() local
450 const functor_wrapper_type* f = in manager() local
571 compare_not_equal(const Function& f, in compare_not_equal()
715 inline bool operator==(const function_base& f, in operator ==()
721 inline bool operator!=(const function_base& f, in operator !=()
728 const function_base& f) in operator ==()
745 typedef integral_constant<bool, (is_integral<Functor>::value)> integral; in operator ==() typedef
752 typedef integral_constant<bool, (is_integral<Functor>::value)> integral; in operator ==() typedef
759 typedef integral_constant<bool, (is_integral<Functor>::value)> integral; in operator !=() typedef
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/function/
H A Dfunction_base.hpp347 const functor_type* f = in manager() local
356 functor_type* f = in manager() local
450 const functor_wrapper_type* f = in manager() local
571 compare_not_equal(const Function& f, in compare_not_equal()
715 inline bool operator==(const function_base& f, in operator ==()
721 inline bool operator!=(const function_base& f, in operator !=()
728 const function_base& f) in operator ==()
745 typedef integral_constant<bool, (is_integral<Functor>::value)> integral; in operator ==() typedef
752 typedef integral_constant<bool, (is_integral<Functor>::value)> integral; in operator ==() typedef
759 typedef integral_constant<bool, (is_integral<Functor>::value)> integral; in operator !=() typedef
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/function/
H A Dfunction_base.hpp347 const functor_type* f = in manager() local
356 functor_type* f = in manager() local
450 const functor_wrapper_type* f = in manager() local
571 compare_not_equal(const Function& f, in compare_not_equal()
715 inline bool operator==(const function_base& f, in operator ==()
721 inline bool operator!=(const function_base& f, in operator !=()
728 const function_base& f) in operator ==()
745 typedef integral_constant<bool, (is_integral<Functor>::value)> integral; in operator ==() typedef
752 typedef integral_constant<bool, (is_integral<Functor>::value)> integral; in operator ==() typedef
759 typedef integral_constant<bool, (is_integral<Functor>::value)> integral; in operator !=() typedef
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/function/
H A Dfunction_base.hpp347 const functor_type* f = in manager() local
356 functor_type* f = in manager() local
450 const functor_wrapper_type* f = in manager() local
571 compare_not_equal(const Function& f, in compare_not_equal()
715 inline bool operator==(const function_base& f, in operator ==()
721 inline bool operator!=(const function_base& f, in operator !=()
728 const function_base& f) in operator ==()
745 typedef integral_constant<bool, (is_integral<Functor>::value)> integral; in operator ==() typedef
752 typedef integral_constant<bool, (is_integral<Functor>::value)> integral; in operator ==() typedef
759 typedef integral_constant<bool, (is_integral<Functor>::value)> integral; in operator !=() typedef
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/function/
H A Dfunction_base.hpp347 const functor_type* f = in manager() local
356 functor_type* f = in manager() local
454 const functor_wrapper_type* f = in manager() local
579 compare_not_equal(const Function& f, in compare_not_equal()
723 inline bool operator==(const function_base& f, in operator ==()
729 inline bool operator!=(const function_base& f, in operator !=()
736 const function_base& f) in operator ==()
753 typedef integral_constant<bool, (is_integral<Functor>::value)> integral; in operator ==() typedef
760 typedef integral_constant<bool, (is_integral<Functor>::value)> integral; in operator ==() typedef
767 typedef integral_constant<bool, (is_integral<Functor>::value)> integral; in operator !=() typedef
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/function/
H A Dfunction_base.hpp347 const functor_type* f = in manager() local
356 functor_type* f = in manager() local
450 const functor_wrapper_type* f = in manager() local
571 compare_not_equal(const Function& f, in compare_not_equal()
715 inline bool operator==(const function_base& f, in operator ==()
721 inline bool operator!=(const function_base& f, in operator !=()
728 const function_base& f) in operator ==()
745 typedef integral_constant<bool, (is_integral<Functor>::value)> integral; in operator ==() typedef
752 typedef integral_constant<bool, (is_integral<Functor>::value)> integral; in operator ==() typedef
759 typedef integral_constant<bool, (is_integral<Functor>::value)> integral; in operator !=() typedef
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/function/
H A Dfunction_base.hpp347 const functor_type* f = in manager() local
356 functor_type* f = in manager() local
449 const functor_wrapper_type* f = in manager() local
566 compare_not_equal(const Function& f, in compare_not_equal()
703 inline bool operator==(const function_base& f, in operator ==()
709 inline bool operator!=(const function_base& f, in operator !=()
716 const function_base& f) in operator ==()
733 typedef mpl::bool_<(is_integral<Functor>::value)> integral; in operator ==() typedef
740 typedef mpl::bool_<(is_integral<Functor>::value)> integral; in operator ==() typedef
747 typedef mpl::bool_<(is_integral<Functor>::value)> integral; in operator !=() typedef
[all …]

12345678910>>...14