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

◆ operator->()

template<typename T >
vari_type * stan::math::var_value< T, internal::require_matrix_var_value< T > >::operator-> ( )
inline

Return a pointer to the underlying implementation of this variable.

If x is of type var, then applying this operator, x->, behaves the same way as x.vi_->.

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

Definition at line 489 of file var.hpp.