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

◆ operator*()

template<typename T >
vari_type & stan::math::var_value< T, require_floating_point_t< T > >::operator* ( )
inline

Return a reference to underlying implementation of this variable.

If x is of type var, then applying this operator, *x, has the same behavior as *(x.vi_).

Warning: The returned reference does not track changes to this variable.

Returns
variable

Definition at line 165 of file var.hpp.