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

◆ var_value() [5/7]

template<typename T >
template<typename S , typename T_ = T, require_assignable_t< value_type, S > * = nullptr, require_not_plain_type_t< S > * = nullptr, require_plain_type_t< T_ > * = nullptr>
stan::math::var_value< T, internal::require_matrix_var_value< T > >::var_value ( const var_value< S > &  other)
inline

Construct a var_value with a plain type from another var_value containing an expression.

Template Parameters
Stype of the value in the var_value to assing
Parameters
otherthe value to assign
Returns
this

Definition at line 414 of file var.hpp.