![]() |
Stan Math Library
2.10.0
reverse mode automatic differentiation
|
#include <stan/math/prim/mat/err/check_range.hpp>
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <vector>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T > | |
int | stan::math::rank (const std::vector< T > &v, int s) |
Return the number of components of v less than v[s]. More... | |
template<typename T , int R, int C> | |
int | stan::math::rank (const Eigen::Matrix< T, R, C > &v, int s) |
Return the number of components of v less than v[s]. More... | |