Stan Math Library  2.20.0
reverse mode automatic differentiation
Classes | Namespaces | Functions
simplex_constrain.hpp File Reference
#include <stan/math/rev/meta.hpp>
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <stan/math/prim/scal/fun/inv_logit.hpp>
#include <stan/math/rev/mat/functor/adj_jac_apply.hpp>
#include <tuple>
#include <vector>

Go to the source code of this file.

Classes

class  stan::math::internal::simplex_constrain_op
 

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 
 stan::math::internal
 

Functions

Eigen::Matrix< var, Eigen::Dynamic, 1 > stan::math::simplex_constrain (const Eigen::Matrix< var, Eigen::Dynamic, 1 > &y)
 Return the simplex corresponding to the specified free vector. More...
 

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