Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Division operator for dividing a variable by a scalar (C++).
The derivative with respect to the variable is
\(\frac{\partial}{\partial x} (x/c) = 1/c\).
Var | value type of a var |
Arith | An arithmetic type |
dividend | Variable operand. |
divisor | Scalar operand. |
Definition at line 84 of file operator_division.hpp.