![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
|
inline |
Return the result of applying lmultiply
to the arguments elementwise, with broadcasting if one of the arguments is a scalar.
At least one of the arguments must be a container.
T1 | type of the first argument |
T2 | type of the second argument |
a | first argument |
b | second argument |
lmultiply
to the arguments Definition at line 46 of file lmultiply.hpp.