![]() |
Stan Math Library
2.15.0
reverse mode automatic differentiation
|
#include <VectorView.hpp>
Public Types | |
typedef boost::conditional< boost::is_const< T >::value, typename boost::add_const< typename scalar_type< T >::type >::type, typename scalar_type< T >::type >::type | scalar_t |
Public Member Functions | |
VectorView (scalar_t *x) | |
scalar_t & | operator[] (int i) |
scalar_t & | operator[] (int i) const |
Definition at line 122 of file VectorView.hpp.
typedef boost::conditional<boost::is_const<T>::value, typename boost::add_const< typename scalar_type<T>::type>::type, typename scalar_type<T>::type>::type stan::VectorView< T, true, false >::scalar_t |
Definition at line 128 of file VectorView.hpp.
|
inlineexplicit |
Definition at line 130 of file VectorView.hpp.
|
inline |
Definition at line 132 of file VectorView.hpp.
|
inline |
Definition at line 136 of file VectorView.hpp.