Automatic Differentiation
 
Loading...
Searching...
No Matches
var_value_fwd_declare.hpp
Go to the documentation of this file.
1#ifndef STAN_MATH_REV_CORE_VAR_VALUE_FWD_DECLARE_HPP
2#define STAN_MATH_REV_CORE_VAR_VALUE_FWD_DECLARE_HPP
3
4namespace stan {
5namespace math {
6// forward declaration of var
7template <typename T, typename = void>
9
17template <typename MatrixType, typename = void>
19} // namespace math
20} // namespace stan
21#endif
Equivalent to Eigen::Matrix, except that the data is stored on AD stack.
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...
Definition fvar.hpp:9