Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Division operator for dividing a scalar by a variable (C++).
The derivative with respect to the variable is
\(\frac{d}{d y} (c/y) = -c / y^2\).
Arith | An arithmetic type |
dividend | Scalar operand. |
divisor | Variable operand. |
Definition at line 106 of file operator_division.hpp.