![]() |
Stan
2.10.0
probability, sampling & optimization
|
#include <stan/lang/grammars/expression_grammar.hpp>
#include <boost/spirit/include/qi.hpp>
#include <boost/spirit/include/phoenix_core.hpp>
#include <sstream>
#include <string>
#include <vector>
Go to the source code of this file.
Functions | |
BOOST_FUSION_ADAPT_STRUCT (stan::lang::conditional_op,(stan::lang::expression, cond_)(stan::lang::expression, true_val_)(stan::lang::expression, false_val_)) namespace stan | |
BOOST_FUSION_ADAPT_STRUCT | ( | stan::lang::conditional_op | , |
(stan::lang::expression, cond_)(stan::lang::expression, true_val_)(stan::lang::expression, false_val_) | |||
) |
Definition at line 11 of file expression_grammar_def.hpp.