![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <broadcast_array.hpp>
Public Member Functions | |
empty_broadcast_array () | |
ViewElt & | operator[] (int) |
Not implemented so cannot be called. More... | |
ViewElt & | operator() (int) |
Not implemented so cannot be called. More... | |
void | operator= (const Eigen::Matrix< ViewElt, R, C > &) |
Not implemented so cannot be called. More... | |
void | operator+= (Eigen::Matrix< ViewElt, R, C >) |
Not implemented so cannot be called. More... | |
void | operator-= (Eigen::Matrix< ViewElt, R, C >) |
Not implemented so cannot be called. More... | |
Eigen::Matrix< ViewElt, 1, C > & | row (int) |
Not implemented so cannot be called. More... | |
Eigen::Matrix< ViewElt, R, 1 > & | col (int) |
Not implemented so cannot be called. More... | |
Definition at line 12 of file broadcast_array.hpp.
|
inline |
Definition at line 14 of file broadcast_array.hpp.
Eigen::Matrix<ViewElt, R, 1>& stan::math::internal::empty_broadcast_array< ViewElt, Eigen::Matrix< OpElt, R, C > >::col | ( | int | ) |
Not implemented so cannot be called.
ViewElt& stan::math::internal::empty_broadcast_array< ViewElt, Eigen::Matrix< OpElt, R, C > >::operator() | ( | int | ) |
Not implemented so cannot be called.
void stan::math::internal::empty_broadcast_array< ViewElt, Eigen::Matrix< OpElt, R, C > >::operator+= | ( | Eigen::Matrix< ViewElt, R, C > | ) |
Not implemented so cannot be called.
void stan::math::internal::empty_broadcast_array< ViewElt, Eigen::Matrix< OpElt, R, C > >::operator-= | ( | Eigen::Matrix< ViewElt, R, C > | ) |
Not implemented so cannot be called.
void stan::math::internal::empty_broadcast_array< ViewElt, Eigen::Matrix< OpElt, R, C > >::operator= | ( | const Eigen::Matrix< ViewElt, R, C > & | ) |
Not implemented so cannot be called.
ViewElt& stan::math::internal::empty_broadcast_array< ViewElt, Eigen::Matrix< OpElt, R, C > >::operator[] | ( | int | ) |
Not implemented so cannot be called.
Eigen::Matrix<ViewElt, 1, C>& stan::math::internal::empty_broadcast_array< ViewElt, Eigen::Matrix< OpElt, R, C > >::row | ( | int | ) |
Not implemented so cannot be called.