Stan Math Library  2.9.0
reverse mode automatic differentiation
Namespaces | Functions
positive_constrain.hpp File Reference
#include <cmath>

Go to the source code of this file.

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 

Functions

template<typename T >
stan::math::positive_constrain (const T x)
 Return the positive value for the specified unconstrained input. More...
 
template<typename T >
stan::math::positive_constrain (const T x, T &lp)
 Return the positive value for the specified unconstrained input, incrementing the scalar reference with the log absolute Jacobian determinant. More...
 

     [ Stan Home Page ] © 2011–2015, Stan Development Team.