Searched refs:betainc (Results 1 – 11 of 11) sorted by relevance
/external/eigen/unsupported/Eigen/src/SpecialFunctions/arch/CUDA/ |
D | CudaSpecialFunctions.h | 144 using numext::betainc; 146 betainc(a.x, b.x, x.x), 147 betainc(a.y, b.y, x.y), 148 betainc(a.z, b.z, x.z), 149 betainc(a.w, b.w, x.w)); 155 using numext::betainc; 156 return make_double2(betainc(a.x, b.x, x.x), betainc(a.y, b.y, x.y));
|
/external/eigen/unsupported/test/ |
D | special_functions.cpp | 280 CALL_SUBTEST(res = betainc(a, b, x); in array_special_functions() 297 ArrayType test = betainc(a, one, x); in array_special_functions() 303 ArrayType test = betainc(one, b, x); in array_special_functions() 309 ArrayType test = betainc(a, b, x) + betainc(b, a, one - x); in array_special_functions() 319 ArrayType expected = betainc(a, b, x) - num / denom + eps; in array_special_functions() 320 ArrayType test = betainc(a + one, b, x) + eps; in array_special_functions() 334 ArrayType expected = betainc(a, b, x) + num / denom + eps; in array_special_functions() 335 ArrayType test = betainc(a, b + one, x) + eps; in array_special_functions()
|
D | cxx11_tensor_cuda.cu | 1195 gpu_out.device(gpu_device) = betainc(gpu_in_a, gpu_in_b, gpu_in_x); in test_cuda_betainc()
|
/external/eigen/unsupported/Eigen/src/SpecialFunctions/ |
D | SpecialFunctionsPacketMath.h | 51 …onst Packet& a, const Packet& b,const Packet& x) { using numext::betainc; return betainc(a, b, x);… in pbetainc()
|
D | SpecialFunctionsHalf.h | 39 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::half betainc(const Eigen::half& a, const Ei… in betainc() function 40 …return Eigen::half(Eigen::numext::betainc(static_cast<float>(a), static_cast<float>(b), static_cas… in betainc()
|
D | SpecialFunctionsFunctors.h | 79 using numext::betainc; return betainc(x, a, b);
|
D | SpecialFunctionsArrayAPI.h | 90 betainc(const Eigen::ArrayBase<ArgADerived>& a, const Eigen::ArrayBase<ArgBDerived>& b, const Eigen… in betainc() function
|
D | SpecialFunctionsImpl.h | 1555 EIGEN_DEVICE_FUNC inline EIGEN_MATHFUNC_RETVAL(betainc, Scalar) 1556 betainc(const Scalar& a, const Scalar& b, const Scalar& x) { 1557 return EIGEN_MATHFUNC_IMPL(betainc, Scalar)::run(a, b, x);
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorGlobalFunctions.h | 24 betainc(const ADerived& a, const BDerived& b, const XDerived& x) { in betainc() function
|
/external/eigen/unsupported/Eigen/ |
D | SpecialFunctions | 36 * - betainc
|
/external/eigen/doc/ |
D | CoeffwiseMathFunctionsTable.dox | 498 \link Eigen::betainc betainc\endlink(a,b,x);
|