Stan Math Library  2.15.0
reverse mode automatic differentiation
Namespaces | Functions
sort_desc.hpp File Reference
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <stan/math/prim/mat/fun/value_of_rec.hpp>
#include <stan/math/prim/scal/err/check_not_nan.hpp>
#include <algorithm>
#include <functional>

Go to the source code of this file.

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 

Functions

template<typename T , int R, int C>
Eigen::Matrix< T, R, C > stan::math::sort_desc (Eigen::Matrix< T, R, C > xs)
 Return the specified vector in descending order. More...
 

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