![]() |
Stan Math Library
2.11.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 () | |
template<typename X > | |
VectorView (X x) | |
scalar_t & | operator[] (int i) |
scalar_t & | operator[] (int i) const |
Definition at line 75 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, is_array, true >::scalar_t |
Definition at line 81 of file VectorView.hpp.
|
inline |
Definition at line 82 of file VectorView.hpp.
|
inlineexplicit |
Definition at line 85 of file VectorView.hpp.
|
inline |
Definition at line 87 of file VectorView.hpp.
|
inline |
Definition at line 91 of file VectorView.hpp.