Stan  2.10.0
probability, sampling & optimization
Public Member Functions | Public Attributes | List of all members
stan::lang::base_var_decl Struct Reference

#include <ast.hpp>

Inheritance diagram for stan::lang::base_var_decl:
stan::lang::cholesky_corr_var_decl stan::lang::cholesky_factor_var_decl stan::lang::corr_matrix_var_decl stan::lang::cov_matrix_var_decl stan::lang::double_var_decl stan::lang::int_var_decl stan::lang::matrix_var_decl stan::lang::ordered_var_decl stan::lang::positive_ordered_var_decl stan::lang::row_vector_var_decl stan::lang::simplex_var_decl stan::lang::unit_vector_var_decl stan::lang::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 562 of file ast.hpp.

Constructor & Destructor Documentation

stan::lang::base_var_decl::base_var_decl ( )

Definition at line 1259 of file ast_def.cpp.

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

Definition at line 1260 of file ast_def.cpp.

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

Definition at line 1263 of file ast_def.cpp.

Member Data Documentation

base_expr_type stan::lang::base_var_decl::base_type_

Definition at line 565 of file ast.hpp.

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

Definition at line 564 of file ast.hpp.

std::string stan::lang::base_var_decl::name_

Definition at line 563 of file ast.hpp.


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

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