Stan  1.0
probability, sampling & optimization
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::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::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 370 of file ast.hpp.

Constructor & Destructor Documentation

◆ base_var_decl() [1/3]

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

Definition at line 568 of file ast_def.cpp.

◆ base_var_decl() [2/3]

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

Definition at line 569 of file ast_def.cpp.

◆ base_var_decl() [3/3]

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 572 of file ast_def.cpp.

Member Data Documentation

◆ base_type_

base_expr_type stan::gm::base_var_decl::base_type_

Definition at line 373 of file ast.hpp.

◆ dims_

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

Definition at line 372 of file ast.hpp.

◆ name_

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

Definition at line 371 of file ast.hpp.


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

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