Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ operator/=() [2/2]

template<typename T >
var_value< T > & stan::math::var_value< T, internal::require_matrix_var_value< T > >::operator/= ( b)
inline

The compound divide/assignment operator for scalars (C++).

If this variable is a and the argument is the scalar b, then (a /= b) behaves exactly the same way as (a = a / b). Note that the result is an assignable lvalue.

Parameters
bThe scalar to divide this variable by.
Returns
The result of dividing this variable by the specified variable.

Definition at line 37 of file operator_divide_equal.hpp.