![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
#include <stan/math/prim/fun/Eigen.hpp>#include <stan/math/rev/core.hpp>#include <stan/math/rev/meta.hpp>#include <stan/math/rev/core/arena_matrix.hpp>#include <stan/math/rev/core/reverse_pass_callback.hpp>#include <stan/math/rev/fun/to_arena.hpp>#include <stan/math/rev/fun/sum.hpp>#include <stan/math/rev/fun/value_of.hpp>#include <stan/math/rev/core/typedefs.hpp>#include <stan/math/prim/fun/as_array_or_scalar.hpp>#include <stan/math/prim/fun/sum.hpp>#include <vector>Go to the source code of this file.
Namespaces | |
| 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. | |
Functions | |
| template<typename Alloc > | |
| var | stan::math::sum (const std::vector< var, Alloc > &m) |
| Returns the sum of the entries of the specified vector. | |
| template<typename T , require_rev_matrix_t< T > * = nullptr> | |
| var | stan::math::sum (T &&x) |
| Returns the sum of the coefficients of the specified matrix. | |