![]() |
Stan
2.5.0
probability, sampling & optimization
|
Go to the source code of this file.
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::math | |
| Matrices and templated mathematical functions. | |
Functions | |
| int | stan::math::max (const std::vector< int > &x) |
| Returns the maximum coefficient in the specified column vector. More... | |
| template<typename T > | |
| T | stan::math::max (const std::vector< T > &x) |
| Returns the maximum coefficient in the specified column vector. More... | |
| template<typename T , int R, int C> | |
| T | stan::math::max (const Eigen::Matrix< T, R, C > &m) |
| Returns the maximum coefficient in the specified vector, row vector, or matrix. More... | |