Stan Math Library  2.14.0
reverse mode automatic differentiation
Namespaces | Functions
inverse_softmax.hpp File Reference
#include <stan/math/prim/arr/err/check_matching_sizes.hpp>
#include <cmath>

Go to the source code of this file.

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 

Functions

template<typename Vector >
void stan::math::inverse_softmax (const Vector &simplex, Vector &y)
 Writes the inverse softmax of the simplex argument into the second argument. More...
 

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