Stan  2.14.0
probability, sampling & optimization
multi_idx.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_NODE_MULTI_IDX_HPP
2 #define STAN_LANG_AST_NODE_MULTI_IDX_HPP
3 
5 
6 namespace stan {
7  namespace lang {
8 
9  struct multi_idx {
14 
18  multi_idx();
19 
25  multi_idx(const expression& idxs); // NOLINT(runtime/explicit)
26  };
27 
28  }
29 }
30 #endif
Probability, optimization and sampling library.
expression idxs_
Multiple indexes (array of integers).
Definition: multi_idx.hpp:13
multi_idx()
Construct a default (nil) multi-index.

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