Home
last modified time | relevance | path

Searched refs:test_derivatives (Results 1 – 25 of 26) sorted by relevance

12

/dports/math/stanmath/math-4.2.0/test/unit/math/rev/functor/
H A Dintegrate_1d_test.cpp279 test_derivatives<double, var, var>( in TEST()
289 test_derivatives<var, double, var>( in TEST()
337 test_derivatives<double, double, var>( in TEST()
347 test_derivatives<double, double, var>( in TEST()
354 test_derivatives<var, double, var>( in TEST()
363 test_derivatives<double, var, var>( in TEST()
372 test_derivatives<double, double, var>( in TEST()
384 test_derivatives<double, double, var>( in TEST()
387 test_derivatives<double, double, var>( in TEST()
390 test_derivatives<double, double, var>( in TEST()
[all …]
H A Dintegrate_1d_impl_test.cpp282 test_derivatives<double, var, var>( in TEST()
293 test_derivatives<var, double, var>( in TEST()
341 test_derivatives<double, double, var>( in TEST()
351 test_derivatives<double, double, var>( in TEST()
358 test_derivatives<var, double, var>( in TEST()
367 test_derivatives<double, var, var>( in TEST()
376 test_derivatives<double, double, var>( in TEST()
388 test_derivatives<double, double, var>( in TEST()
391 test_derivatives<double, double, var>( in TEST()
394 test_derivatives<double, double, var>( in TEST()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/test/
H A Dchebyshev_test.cpp60 void test_derivatives() in test_derivatives() function
143 test_derivatives<float>(); in BOOST_AUTO_TEST_CASE()
144 test_derivatives<double>(); in BOOST_AUTO_TEST_CASE()
145 test_derivatives<long double>(); in BOOST_AUTO_TEST_CASE()
146 test_derivatives<cpp_bin_float_quad>(); in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-docs/boost_1_72_0/libs/math/test/
H A Dchebyshev_test.cpp60 void test_derivatives() in test_derivatives() function
143 test_derivatives<float>(); in BOOST_AUTO_TEST_CASE()
144 test_derivatives<double>(); in BOOST_AUTO_TEST_CASE()
145 test_derivatives<long double>(); in BOOST_AUTO_TEST_CASE()
146 test_derivatives<cpp_bin_float_quad>(); in BOOST_AUTO_TEST_CASE()
/dports/devel/boost-libs/boost_1_72_0/libs/math/test/
H A Dchebyshev_test.cpp60 void test_derivatives() in test_derivatives() function
143 test_derivatives<float>(); in BOOST_AUTO_TEST_CASE()
144 test_derivatives<double>(); in BOOST_AUTO_TEST_CASE()
145 test_derivatives<long double>(); in BOOST_AUTO_TEST_CASE()
146 test_derivatives<cpp_bin_float_quad>(); in BOOST_AUTO_TEST_CASE()
/dports/math/adept/adept-2.0.8/test/
H A DMakefile27 test_fixed_arrays.o test_constructors.o test_derivatives.o \
57 test_fixed_arrays test_fixed_arrays_active test_derivatives \
148 test_derivatives: test_derivatives.o $(LIBADEPT) target
149 $(CXXLINK) test_derivatives.o $(MYLIBS)
H A DREADME243 Exeutable: test_derivatives
245 Source file: test_derivatives.cpp
/dports/devel/hyperscan/boost_1_75_0/libs/math/test/
H A Dchebyshev_test.cpp53 void test_derivatives() in test_derivatives() function
181 test_derivatives<float>(); in main()
182 test_derivatives<double>(); in main()
183 test_derivatives<long double>(); in main()
184 test_derivatives<cpp_bin_float_quad>(); in main()
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/test/
H A Dtest_Gauss.py2 from gpaw.gauss import test_derivatives as check
/dports/science/octopus/octopus-10.5/src/main/
H A Dtest.F90198 call test_derivatives(param, namespace)
859 subroutine test_derivatives(param, namespace) subroutine
865 PUSH_SUB(test_derivatives) argument
883 POP_SUB(test_derivatives)
884 end subroutine test_derivatives
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/HarmonicOscillator/
H A DSHOSet.h97 void test_derivatives();
H A DSHOSet.cpp318 void SHOSet::test_derivatives() in test_derivatives() function in qmcplusplus::SHOSet
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/
H A Dgauss.py86 def test_derivatives(R, a, b, alpha, beta, i): function
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/base/tests/
H A Dtest_penalties.py27 def test_derivatives(self): member in CheckPenalty
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCHamiltonians/
H A DDensityMatrices1B.h217 void test_derivatives();
H A DDensityMatrices1B.cpp596 test_derivatives(); in evaluate()
1342 void DensityMatrices1B::test_derivatives() in test_derivatives() function in qmcplusplus::DensityMatrices1B
/dports/math/py-Diofant/Diofant-0.13.0/diofant/tests/functions/
H A Dtest_zeta_functions.py112 def test_derivatives(): function
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/xc/
H A Dlibvdwxc.py652 def test_derivatives(): function
784 test_derivatives()
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/ensemble/_hist_gradient_boosting/tests/
H A Dtest_loss.py75 def test_derivatives(loss, x0, y_true):
/dports/math/py-sympy/sympy-1.9/sympy/functions/special/tests/
H A Dtest_zeta_functions.py107 def test_derivatives(): function
/dports/science/ergo/ergo-3.8/source/dft/
H A Dfun-tester.cc539 test_derivatives(Functional* f, int *orders, DaltonEnFunc dal_fun) in test_derivatives() function
619 res += test_derivatives(func, funcsel ? funco: NULL, NULL); in main()
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/dft/
H A Dfun-tester.c529 test_derivatives(Functional* f, integer *orders, DaltonEnFunc dal_fun) in test_derivatives() function
608 res += test_derivatives(func, funcsel ? funco: NULL, NULL); in main()
/dports/science/py-scipy/scipy-1.7.1/scipy/interpolate/tests/
H A Dtest_fitpack2.py867 def test_derivatives(self): member in TestRectBivariateSpline
1019 def test_derivatives(self): member in TestRectSphereBivariateSpline
/dports/math/adept/adept-2.0.8/
H A DChangeLog155 - Added test_derivatives to test quality of derivatives for all
/dports/science/py-abipy/abipy-0.9.0/abipy/electrons/tests/
H A Dtest_ebands.py454 def test_derivatives(self): member in ElectronBandsTest

12