![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <boost/type_traits/is_arithmetic.hpp>#include <boost/utility/enable_if.hpp>#include <stan/math/matrix/Eigen.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<int R, int C, typename T > | |
| boost::enable_if_c < boost::is_arithmetic< T > ::value, Eigen::Matrix< double, R, C > >::type | stan::math::divide (const Eigen::Matrix< double, R, C > &m, T c) |
| Return specified matrix divided by specified scalar. More... | |