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

#include <ast.hpp>

Public Types

typedef boost::variant< boost::recursive_wrapper< nil >, boost::recursive_wrapper< int_var_decl >, boost::recursive_wrapper< double_var_decl >, boost::recursive_wrapper< vector_var_decl >, boost::recursive_wrapper< row_vector_var_decl >, boost::recursive_wrapper< matrix_var_decl >, boost::recursive_wrapper< simplex_var_decl >, boost::recursive_wrapper< unit_vector_var_decl >, boost::recursive_wrapper< ordered_var_decl >, boost::recursive_wrapper< positive_ordered_var_decl >, boost::recursive_wrapper< cholesky_factor_var_decl >, boost::recursive_wrapper< cholesky_corr_var_decl >, boost::recursive_wrapper< cov_matrix_var_decl >, boost::recursive_wrapper< corr_matrix_var_decl > > var_decl_t
 

Public Member Functions

 var_decl ()
 
 var_decl (const var_decl_t &decl)
 
 var_decl (const nil &decl)
 
 var_decl (const int_var_decl &decl)
 
 var_decl (const double_var_decl &decl)
 
 var_decl (const vector_var_decl &decl)
 
 var_decl (const row_vector_var_decl &decl)
 
 var_decl (const matrix_var_decl &decl)
 
 var_decl (const simplex_var_decl &decl)
 
 var_decl (const unit_vector_var_decl &decl)
 
 var_decl (const ordered_var_decl &decl)
 
 var_decl (const positive_ordered_var_decl &decl)
 
 var_decl (const cholesky_factor_var_decl &decl)
 
 var_decl (const cholesky_corr_var_decl &decl)
 
 var_decl (const cov_matrix_var_decl &decl)
 
 var_decl (const corr_matrix_var_decl &decl)
 
std::string name () const
 
base_var_decl base_decl () const
 

Public Attributes

var_decl_t decl_
 

Detailed Description

Definition at line 742 of file ast.hpp.

Member Typedef Documentation

typedef boost::variant<boost::recursive_wrapper<nil>, boost::recursive_wrapper<int_var_decl>, boost::recursive_wrapper<double_var_decl>, boost::recursive_wrapper<vector_var_decl>, boost::recursive_wrapper<row_vector_var_decl>, boost::recursive_wrapper<matrix_var_decl>, boost::recursive_wrapper<simplex_var_decl>, boost::recursive_wrapper<unit_vector_var_decl>, boost::recursive_wrapper<ordered_var_decl>, boost::recursive_wrapper<positive_ordered_var_decl>, boost::recursive_wrapper<cholesky_factor_var_decl>, boost::recursive_wrapper<cholesky_corr_var_decl>, boost::recursive_wrapper<cov_matrix_var_decl>, boost::recursive_wrapper<corr_matrix_var_decl> > stan::lang::var_decl::var_decl_t

Definition at line 757 of file ast.hpp.

Constructor & Destructor Documentation

stan::lang::var_decl::var_decl ( )

Definition at line 1547 of file ast_def.cpp.

stan::lang::var_decl::var_decl ( const var_decl_t decl)

Definition at line 1546 of file ast_def.cpp.

stan::lang::var_decl::var_decl ( const nil decl)

Definition at line 1548 of file ast_def.cpp.

stan::lang::var_decl::var_decl ( const int_var_decl decl)

Definition at line 1549 of file ast_def.cpp.

stan::lang::var_decl::var_decl ( const double_var_decl decl)

Definition at line 1550 of file ast_def.cpp.

stan::lang::var_decl::var_decl ( const vector_var_decl decl)

Definition at line 1551 of file ast_def.cpp.

stan::lang::var_decl::var_decl ( const row_vector_var_decl decl)

Definition at line 1552 of file ast_def.cpp.

stan::lang::var_decl::var_decl ( const matrix_var_decl decl)

Definition at line 1553 of file ast_def.cpp.

stan::lang::var_decl::var_decl ( const simplex_var_decl decl)

Definition at line 1555 of file ast_def.cpp.

stan::lang::var_decl::var_decl ( const unit_vector_var_decl decl)

Definition at line 1554 of file ast_def.cpp.

stan::lang::var_decl::var_decl ( const ordered_var_decl decl)

Definition at line 1556 of file ast_def.cpp.

stan::lang::var_decl::var_decl ( const positive_ordered_var_decl decl)

Definition at line 1557 of file ast_def.cpp.

stan::lang::var_decl::var_decl ( const cholesky_factor_var_decl decl)

Definition at line 1558 of file ast_def.cpp.

stan::lang::var_decl::var_decl ( const cholesky_corr_var_decl decl)

Definition at line 1559 of file ast_def.cpp.

stan::lang::var_decl::var_decl ( const cov_matrix_var_decl decl)

Definition at line 1560 of file ast_def.cpp.

stan::lang::var_decl::var_decl ( const corr_matrix_var_decl decl)

Definition at line 1561 of file ast_def.cpp.

Member Function Documentation

base_var_decl stan::lang::var_decl::base_decl ( ) const

Definition at line 1567 of file ast_def.cpp.

std::string stan::lang::var_decl::name ( ) const

Definition at line 1563 of file ast_def.cpp.

Member Data Documentation

var_decl_t stan::lang::var_decl::decl_

Definition at line 759 of file ast.hpp.


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

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