Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Copy the right-hand side's value to the left-hand side variable.
The assign()
function is overloaded. This instance will match arguments where the right-hand side is assignable to the left and they are not both std::vector
or Eigen::Matrix
types.
T_lhs | Type of left-hand side. |
T_rhs | Type of right-hand side. |
x | Left-hand side. |
y | Right-hand side. |
Definition at line 46 of file assign.hpp.