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

◆ to_var() [4/15]

std::vector< var > stan::math::to_var ( const std::vector< double > &  v)
inline

Converts argument to an automatic differentiation variable.

Returns a var variable with the input value.

Parameters
[in]vA std::vector<double>
Returns
A std::vector<var> with the values set

Definition at line 48 of file to_var.hpp.