Stan
2.14.0
probability, sampling & optimization
src
stan
lang
ast
fun
is_multi_index.hpp
Go to the documentation of this file.
1
#ifndef STAN_LANG_AST_FUN_IS_MULTI_INDEX_HPP
2
#define STAN_LANG_AST_FUN_IS_MULTI_INDEX_HPP
3
4
#include <
stan/lang/ast/node/idx.hpp
>
5
6
namespace
stan
{
7
namespace
lang {
8
16
bool
is_multi_index
(
const
idx& idx);
17
18
}
19
}
20
#endif
stan
Probability, optimization and sampling library.
Definition:
base_interrupt.hpp:4
stan::lang::is_multi_index
bool is_multi_index(const idx &idx)
Return true if the specified index potentially takes more than one value.
Definition:
is_multi_index_def.hpp:10
idx.hpp
[
Stan Home Page
]
© 2011–2016, Stan Development Team.