![]() |
Stan Math Library
5.0.0
Automatic Differentiation
|
Definition at line 55 of file broadcast_array.hpp.
#include <broadcast_array.hpp>
Public Member Functions | |
empty_broadcast_array () | |
ViewElt & | operator[] (int) |
Not implemented so cannot be called. | |
ViewElt & | operator() (int) |
Not implemented so cannot be called. | |
void | operator= (const T_arg &) |
Not implemented so cannot be called. | |
void | operator+= (T_arg) |
Not implemented so cannot be called. | |
void | operator-= (T_arg) |
Not implemented so cannot be called. | |
T & | row (int) |
Not implemented so cannot be called. | |
T & | col (int) |
Not implemented so cannot be called. | |
Private Types | |
enum | { R = T::RowsAtCompileTime , C = T::ColsAtCompileTime } |
using | T_arg = promote_scalar_t< ViewElt, T > |