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

◆ initialize_variable() [2/3]

template<int R, int C>
void stan::math::initialize_variable ( Eigen::Matrix< var, R, C > &  matrix,
const var value 
)
inline

Initialize every cell in the matrix to the specified value.

Template Parameters
Rnumber of rows, can be Eigen::Dynamic
Cnumber of columns, can be Eigen::Dynamic

Definition at line 27 of file initialize_variable.hpp.