5 #ifndef STAN_MATH_PRIM_MAT_META_BROADCAST_ARRAY_HPP 6 #define STAN_MATH_PRIM_MAT_META_BROADCAST_ARRAY_HPP 11 template <
typename ViewElt,
typename OpElt,
int R,
int C>
22 ViewElt& operator()(
int );
26 void operator=(
const Eigen::Matrix<ViewElt, R, C>& );
30 void operator+=(Eigen::Matrix<ViewElt, R, C> );
34 void operator-=(Eigen::Matrix<ViewElt, R, C> );
38 Eigen::Matrix<ViewElt, 1, C>&
row(
int );
42 Eigen::Matrix<ViewElt, R, 1>&
col(
int );
void operator=(const Y &)
Not implemented so cannot be called.
T & operator[](int)
Not implemented so cannot be called.
(Expert) Numerical traits for algorithmic differentiation variables.
Eigen::Matrix< T, 1, Eigen::Dynamic > row(const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &m, size_t i)
Return the specified row of the specified matrix, using start-at-1 indexing.
Eigen::Matrix< T, Eigen::Dynamic, 1 > col(const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &m, size_t j)
Return the specified column of the specified matrix using start-at-1 indexing.