Stan Math Library  2.20.0
reverse mode automatic differentiation
Public Member Functions | List of all members
stan::math::internal::empty_broadcast_array< ViewElt, Eigen::Matrix< OpElt, R, C > > Class Template Reference

#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...
 

Detailed Description

template<typename ViewElt, typename OpElt, int R, int C>
class stan::math::internal::empty_broadcast_array< ViewElt, Eigen::Matrix< OpElt, R, C > >

Definition at line 12 of file broadcast_array.hpp.

Constructor & Destructor Documentation

◆ empty_broadcast_array()

template<typename ViewElt , typename OpElt , int R, int C>
stan::math::internal::empty_broadcast_array< ViewElt, Eigen::Matrix< OpElt, R, C > >::empty_broadcast_array ( )
inline

Definition at line 14 of file broadcast_array.hpp.

Member Function Documentation

◆ col()

template<typename ViewElt , typename OpElt , int R, int C>
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.

◆ operator()()

template<typename ViewElt , typename OpElt , int R, int C>
ViewElt& stan::math::internal::empty_broadcast_array< ViewElt, Eigen::Matrix< OpElt, R, C > >::operator() ( int  )

Not implemented so cannot be called.

◆ operator+=()

template<typename ViewElt , typename OpElt , int R, int C>
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.

◆ operator-=()

template<typename ViewElt , typename OpElt , int R, int C>
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.

◆ operator=()

template<typename ViewElt , typename OpElt , int R, int C>
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.

◆ operator[]()

template<typename ViewElt , typename OpElt , int R, int C>
ViewElt& stan::math::internal::empty_broadcast_array< ViewElt, Eigen::Matrix< OpElt, R, C > >::operator[] ( int  )

Not implemented so cannot be called.

◆ row()

template<typename ViewElt , typename OpElt , int R, int C>
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.


The documentation for this class was generated from the following file:

     [ Stan Home Page ] © 2011–2018, Stan Development Team.