Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/prim/fun/Eigen.hpp>
#include <stan/math/prim/meta.hpp>
#include <stan/math/rev/meta/is_var.hpp>
Go to the source code of this file.
Classes | |
struct | stan::rev_matrix_type< Rows, Cols, Inputs > |
Determines a return type for a function that accepts given inputs and wants to return a matrix (or vector or row vector) with given compile time number of rows and columns. More... | |
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. | |
Typedefs | |
template<int Rows, int Cols, typename... Inputs> | |
using | stan::rev_matrix_t = typename rev_matrix_type< Rows, Cols, Inputs... >::type |