Stan  2.14.0
probability, sampling & optimization
omni_idx.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_NODE_OMNI_IDX_HPP
2 #define STAN_LANG_AST_NODE_OMNI_IDX_HPP
3 
4 namespace stan {
5  namespace lang {
6 
10  struct omni_idx {
14  omni_idx();
15  };
16 
17  }
18 }
19 #endif
Probability, optimization and sampling library.
omni_idx()
Construct an omni-index.
Definition: omni_idx_def.hpp:9
AST structure for representing all legal indexes.
Definition: omni_idx.hpp:10

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