gamma_derivatives.qbk

来自「Boost provides free peer-reviewed portab」· QBK 代码 · 共 55 行

QBK
55
字号
[section:gamma_derivatives Derivative of the Incomplete Gamma Function][h4 Synopsis]``#include <boost/math/special_functions/gamma.hpp>``   namespace boost{ namespace math{       template <class T1, class T2>   ``__sf_result`` gamma_p_derivative(T1 a, T2 x);      template <class T1, class T2, class ``__Policy``>   ``__sf_result`` gamma_p_derivative(T1 a, T2 x, const ``__Policy``&);      }} // namespaces   [h4 Description]This function find some uses in statistical distributions: itimplements the partial derivative with respect to /x/ of the incompletegamma function.[equation derivative1][optional_policy]Note that the derivative of the function __gamma_q can be obtained by negatingthe result of this function.The return type of this function is computed using the __arg_pomotion_ruleswhen T1 and T2 are different types, otherwise the return type is simply T1.[h4 Accuracy]Almost identical to the incomplete gamma function __gamma_p: refer tothe documentation for that function for more information.[h4 Implementation]This function just expose some of the internals of the incompletegamma function __gamma_p: refer to the documentation for that functionfor more information.[endsect][/section Derivative of the Incomplete Gamma Functions][/   Copyright 2006 John Maddock and Paul A. Bristow.  Distributed under the Boost Software License, Version 1.0.  (See accompanying file LICENSE_1_0.txt or copy at  http://www.boost.org/LICENSE_1_0.txt).]

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?