![]() |
Stan Math Library
2.12.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 74 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 80 of file VectorView.hpp.
|
inline |
Definition at line 81 of file VectorView.hpp.
|
inlineexplicit |
Definition at line 84 of file VectorView.hpp.
|
inline |
Definition at line 86 of file VectorView.hpp.
|
inline |
Definition at line 90 of file VectorView.hpp.