![]() |
Stan Math Library
2.10.0
reverse mode automatic differentiation
|
#include <stan/math/fwd/core.hpp>
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <algorithm>
#include <functional>
#include <vector>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T > | |
std::vector< fvar< T > > | stan::math::sort_desc (std::vector< fvar< T > > xs) |
template<typename T , int R, int C> | |
Eigen::Matrix< fvar< T >, R, C > | stan::math::sort_desc (Eigen::Matrix< fvar< T >, R, C > xs) |