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

◆ to_var() [13/15]

row_vector_v stan::math::to_var ( const row_vector_d rv)
inline

Converts argument to an automatic differentiation variable.

Returns a var variable with the input value.

Parameters
[in]rvA row vector of scalars
Returns
A row vector of automatic differentation variables with values of rv.

Definition at line 144 of file to_var.hpp.