Stan Math Library  2.20.0
reverse mode automatic differentiation
Namespaces | Functions
divide.hpp File Reference
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <type_traits>

Go to the source code of this file.

Namespaces

 stan
 
 stan::math
 Matrices and templated mathematical functions.
 

Functions

template<int R, int C, typename T >
std::enable_if< std::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...
 

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