Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Broadcast an expression in rowwise dimmension.
The argument must have single column. Further expressions can use this expression as if it had any number of columns, repeating the values.
Broadcasting evaluates argument expression multiple times. For performance reasons don't broadcast slow operations. Instead evaluate them in a separate kernel.
T | type of input expression |
a | input expression |
Definition at line 145 of file broadcast.hpp.