Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::math::internal::empty_broadcast_array< ViewElt, T, require_eigen_t< T > > Class Template Reference

Detailed Description

template<typename ViewElt, typename T>
class stan::math::internal::empty_broadcast_array< ViewElt, T, require_eigen_t< T > >

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 >
 

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