Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
log_softmax.hpp File Reference
#include <stan/agrad/fwd/fvar.hpp>
#include <stan/agrad/fwd/matrix/softmax.hpp>
#include <stan/math/matrix/Eigen.hpp>
#include <stan/math/matrix/log_softmax.hpp>
#include <stan/math/matrix/softmax.hpp>

Go to the source code of this file.

Namespaces

 stan
 Probability, optimization and sampling library.
 
 stan::agrad
 Function gradients via reverse-mode automatic differentiation.
 

Functions

template<typename T >
Eigen::Matrix< fvar< T >
, Eigen::Dynamic, 1 > 
stan::agrad::log_softmax (const Eigen::Matrix< fvar< T >, Eigen::Dynamic, 1 > &alpha)
 

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