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

#include <ast.hpp>

Inheritance diagram for stan::gm::base_var_decl:
stan::gm::cholesky_corr_var_decl stan::gm::cholesky_factor_var_decl stan::gm::corr_matrix_var_decl stan::gm::cov_matrix_var_decl stan::gm::double_var_decl stan::gm::int_var_decl stan::gm::matrix_var_decl stan::gm::ordered_var_decl stan::gm::positive_ordered_var_decl stan::gm::row_vector_var_decl stan::gm::simplex_var_decl stan::gm::unit_vector_var_decl stan::gm::vector_var_decl

Public Member Functions

 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

std::string name_
 
std::vector< expressiondims_
 
base_expr_type base_type_
 

Detailed Description

Definition at line 428 of file ast.hpp.

Constructor & Destructor Documentation

stan::gm::base_var_decl::base_var_decl ( )

Definition at line 976 of file ast_def.cpp.

stan::gm::base_var_decl::base_var_decl ( const base_expr_type base_type)

Definition at line 977 of file ast_def.cpp.

stan::gm::base_var_decl::base_var_decl ( const std::string &  name,
const std::vector< expression > &  dims,
const base_expr_type base_type 
)

Definition at line 980 of file ast_def.cpp.

Member Data Documentation

base_expr_type stan::gm::base_var_decl::base_type_

Definition at line 431 of file ast.hpp.

std::vector<expression> stan::gm::base_var_decl::dims_

Definition at line 430 of file ast.hpp.

std::string stan::gm::base_var_decl::name_

Definition at line 429 of file ast.hpp.


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

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