Stan  1.0
probability, sampling & optimization
Namespaces | Macros | Functions
ast_def.cpp File Reference
#include <boost/variant/apply_visitor.hpp>
#include <boost/variant/recursive_variant.hpp>
#include <cstddef>
#include <limits>
#include <climits>
#include <iostream>
#include <map>
#include <stdexcept>
#include <string>
#include <utility>
#include <vector>
#include <stan/gm/ast.hpp>
#include <stan/gm/function_signatures.hpp>

Go to the source code of this file.

Namespaces

 stan
 Probability, optimization and sampling library.
 
 stan::gm
 Directed graphical model compiler.
 

Macros

#define __STAN__GM__AST_DEF_HPP__
 

Functions

std::ostream & stan::gm::write_base_expr_type (std::ostream &o, base_expr_type type)
 
std::ostream & stan::gm::operator<< (std::ostream &o, const expr_type &et)
 
expr_type stan::gm::promote_primitive (const expr_type &et)
 
expr_type stan::gm::promote_primitive (const expr_type &et1, const expr_type &et2)
 
bool stan::gm::is_nil (const expression &e)
 
size_t stan::gm::total_dims (const std::vector< std::vector< expression > > &dimss)
 
expr_type stan::gm::infer_type_indexing (const base_expr_type &expr_base_type, size_t num_expr_dims, size_t num_index_dims)
 
expr_type stan::gm::infer_type_indexing (const expression &expr, size_t num_index_dims)
 
void stan::gm::print_var_origin (std::ostream &o, const var_origin &vo)
 

Macro Definition Documentation

◆ __STAN__GM__AST_DEF_HPP__

#define __STAN__GM__AST_DEF_HPP__

Definition at line 2 of file ast_def.cpp.


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