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

◆ var_value() [1/7]

template<typename T >
stan::math::var_value< T, internal::require_matrix_var_value< T > >::var_value ( )
inline

Construct a variable for later assignment.

This is implemented as a no-op, leaving the underlying implementation dangling. Before an assignment, the behavior is thus undefined just as for a basic double.

Definition at line 356 of file var.hpp.