Stan Math Library  2.11.0
reverse mode automatic differentiation
Public Types | Public Member Functions | List of all members
stan::VectorView< const std::vector< T >, true, false > Class Template Reference

#include <VectorView.hpp>

Public Types

typedef boost::add_const< typename scalar_type< T >::type >::type scalar_t
 

Public Member Functions

template<typename X >
 VectorView (X &x)
 
scalar_toperator[] (int i) const
 

Detailed Description

template<typename T>
class stan::VectorView< const std::vector< T >, true, false >

Definition at line 26 of file VectorView.hpp.

Member Typedef Documentation

template<typename T >
typedef boost::add_const<typename scalar_type<T>::type>::type stan::VectorView< const std::vector< T >, true, false >::scalar_t

Definition at line 29 of file VectorView.hpp.

Constructor & Destructor Documentation

template<typename T >
template<typename X >
stan::VectorView< const std::vector< T >, true, false >::VectorView ( X &  x)
inlineexplicit

Definition at line 32 of file VectorView.hpp.

Member Function Documentation

template<typename T >
scalar_t& stan::VectorView< const std::vector< T >, true, false >::operator[] ( int  i) const
inline

Definition at line 34 of file VectorView.hpp.


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

     [ Stan Home Page ] © 2011–2016, Stan Development Team.