Automatic Differentiation
 
Loading...
Searching...
No Matches
rev_matrix_type.hpp File Reference

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