![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <stan/math/rev/meta.hpp>
#include <stan/math/prim/mat/fun/Eigen.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::positive_ordered_constrain_op |
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
stan::math::internal | |
Functions | |
Eigen::Matrix< var, Eigen::Dynamic, 1 > | stan::math::positive_ordered_constrain (const Eigen::Matrix< var, Eigen::Dynamic, 1 > &x) |
Return an increasing positive ordered vector derived from the specified free vector. More... | |