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::double_var_decl Struct Reference

#include <ast.hpp>

Inheritance diagram for stan::gm::double_var_decl:
stan::gm::base_var_decl

Public Member Functions

 double_var_decl ()
 
 double_var_decl (range const &range, std::string const &name, std::vector< expression > const &dims)
 
- Public Member Functions inherited from stan::gm::base_var_decl
 base_var_decl ()
 
 base_var_decl (const base_expr_type &base_type)
 
 base_var_decl (const std::string &name, const std::vector< expression > &dims, const base_expr_type &base_type)
 

Public Attributes

range range_
 
- Public Attributes inherited from stan::gm::base_var_decl
std::string name_
 
std::vector< expressiondims_
 
base_expr_type base_type_
 

Detailed Description

Definition at line 464 of file ast.hpp.

Constructor & Destructor Documentation

stan::gm::double_var_decl::double_var_decl ( )

Definition at line 1029 of file ast_def.cpp.

stan::gm::double_var_decl::double_var_decl ( range const &  range,
std::string const &  name,
std::vector< expression > const &  dims 
)

Definition at line 1033 of file ast_def.cpp.

Member Data Documentation

range stan::gm::double_var_decl::range_

Definition at line 465 of file ast.hpp.


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

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