Go to the source code of this file.
|
namespace | stan |
| The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation.
|
|
namespace | stan::math |
| Matrices and templated mathematical functions.
|
|
|
template<typename Arith , typename VecVar , typename VecArith , typename... ContainerOperands, typename... ContainerGradients> |
var | stan::math::precomputed_gradients (Arith value, const VecVar &operands, const VecArith &gradients, const std::tuple< ContainerOperands... > &container_operands=std::tuple<>(), const std::tuple< ContainerGradients... > &container_gradients=std::tuple<>()) |
| This function returns a var for an expression that has the specified value, vector of operands, and vector of partial derivatives of value with respect to the operands.
|
|