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 be called for arguments that are both Eigen::Matrix
types.
T_lhs | type of the left-hand side matrix |
T_rhs | type of the right-hand side matrix |
x | Left-hand side matrix. |
y | Right-hand side matrix. |
std::invalid_argument | if sizes do not match. |
Definition at line 67 of file assign.hpp.