Stan  1.0
probability, sampling & optimization
Public Member Functions | List of all members
stan::DoubleVectorView< used, T, is_vec > Class Template Reference

#include <traits.hpp>

Public Member Functions

 DoubleVectorView (size_t)
 
double & operator[] (size_t)
 

Detailed Description

template<bool used, typename T = double, bool is_vec = stan::is_vector<T>::value>
class stan::DoubleVectorView< used, T, is_vec >

Definition at line 320 of file traits.hpp.

Constructor & Destructor Documentation

◆ DoubleVectorView()

template<bool used, typename T = double, bool is_vec = stan::is_vector<T>::value>
stan::DoubleVectorView< used, T, is_vec >::DoubleVectorView ( size_t  )
inline

Definition at line 322 of file traits.hpp.

Member Function Documentation

◆ operator[]()

template<bool used, typename T = double, bool is_vec = stan::is_vector<T>::value>
double& stan::DoubleVectorView< used, T, is_vec >::operator[] ( size_t  )
inline

Definition at line 323 of file traits.hpp.


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

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