Stan  2.10.0
probability, sampling & optimization
Classes | Namespaces | Functions
index_list.hpp File Reference

Go to the source code of this file.

Classes

struct  stan::model::nil_index_list
 Structure for an empty (size zero) index list. More...
 
struct  stan::model::cons_index_list< H, T >
 Template structure for an index list consisting of a head and tail index. More...
 

Namespaces

 stan
 Probability, optimization and sampling library.
 
 stan::model
 For compiling models.
 

Functions

template<typename I , typename T >
cons_index_list< I, T > stan::model::cons_list (const I &idx1, const T &t)
 
nil_index_list stan::model::index_list ()
 
template<typename I >
cons_index_list< I, nil_index_list > stan::model::index_list (const I &idx)
 
template<typename I1 , typename I2 >
cons_index_list< I1, cons_index_list< I2, nil_index_list > > stan::model::index_list (const I1 &idx1, const I2 &idx2)
 
template<typename I1 , typename I2 , typename I3 >
cons_index_list< I1, cons_index_list< I2, cons_index_list< I3, nil_index_list > > > stan::model::index_list (const I1 &idx1, const I2 &idx2, const I3 &idx3)
 

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