Stan Math Library  2.11.0
reverse mode automatic differentiation
Namespaces | Functions
sort_desc.hpp File Reference
#include <stan/math/rev/core.hpp>
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <algorithm>
#include <functional>
#include <valarray>
#include <vector>

Go to the source code of this file.

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 

Functions

std::vector< var > stan::math::sort_desc (std::vector< var > xs)
 Return the specified standard vector in descending order with gradients kept. More...
 
template<int R, int C>
Eigen::Matrix< var, R, C > stan::math::sort_desc (Eigen::Matrix< var, R, C > xs)
 Return the specified eigen vector in descending order with gradients kept. More...
 

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