![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <stan/math/fwd/meta.hpp>
#include <stan/math/fwd/core.hpp>
#include <stan/math/prim/scal/fun/beta.hpp>
#include <stan/math/prim/scal/fun/digamma.hpp>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T > | |
fvar< T > | stan::math::beta (const fvar< T > &x1, const fvar< T > &x2) |
Return fvar with the beta function applied to the specified arguments and its gradient. More... | |
template<typename T > | |
fvar< T > | stan::math::beta (double x1, const fvar< T > &x2) |
template<typename T > | |
fvar< T > | stan::math::beta (const fvar< T > &x1, double x2) |