Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
stan::gm::variable Struct Reference

#include <ast.hpp>

Public Member Functions

 variable ()
 
 variable (std::string name)
 
void set_type (const base_expr_type &base_type, size_t num_dims)
 

Public Attributes

std::string name_
 
expr_type type_
 

Detailed Description

Definition at line 323 of file ast.hpp.

Constructor & Destructor Documentation

stan::gm::variable::variable ( )

Definition at line 827 of file ast_def.cpp.

stan::gm::variable::variable ( std::string  name)

Definition at line 828 of file ast_def.cpp.

Member Function Documentation

void stan::gm::variable::set_type ( const base_expr_type base_type,
size_t  num_dims 
)

Definition at line 829 of file ast_def.cpp.

Member Data Documentation

std::string stan::gm::variable::name_

Definition at line 324 of file ast.hpp.

expr_type stan::gm::variable::type_

Definition at line 325 of file ast.hpp.


The documentation for this struct was generated from the following files:

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