![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <stan/math/matrix/Eigen.hpp>#include <stan/math/error_handling/check_greater_or_equal.hpp>#include <stan/math/error_handling/check_less_or_equal.hpp>Go to the source code of this file.
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::math | |
| Matrices and templated mathematical functions. | |
Functions | |
| template<typename T > | |
| Eigen::Matrix< T, 1, Eigen::Dynamic > | stan::math::row (const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &m, size_t i) |
| Return the specified row of the specified matrix, using start-at-1 indexing. More... | |