![]() |
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) | |
VectorView (scalar_t *x) | |
scalar_t & | operator[] (int i) |
scalar_t & | operator[] (int i) const |
Definition at line 97 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, false, false >::scalar_t |
Definition at line 103 of file VectorView.hpp.
|
inlineexplicit |
Definition at line 105 of file VectorView.hpp.
|
inlineexplicit |
Definition at line 107 of file VectorView.hpp.
|
inline |
Definition at line 109 of file VectorView.hpp.
|
inline |
Definition at line 113 of file VectorView.hpp.