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

#include <ast.hpp>

Inheritance diagram for stan::lang::simplex_var_decl:
stan::lang::base_var_decl

Public Member Functions

 simplex_var_decl ()
 
 simplex_var_decl (expression const &K, std::string const &name, std::vector< expression > const &dims)
 
- Public Member Functions inherited from stan::lang::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

expression K_
 
- Public Attributes inherited from stan::lang::base_var_decl
std::string name_
 
std::vector< expressiondims_
 
base_expr_type base_type_
 

Detailed Description

Definition at line 614 of file ast.hpp.

Constructor & Destructor Documentation

stan::lang::simplex_var_decl::simplex_var_decl ( )

Definition at line 1331 of file ast_def.cpp.

stan::lang::simplex_var_decl::simplex_var_decl ( expression const &  K,
std::string const &  name,
std::vector< expression > const &  dims 
)

Definition at line 1335 of file ast_def.cpp.

Member Data Documentation

expression stan::lang::simplex_var_decl::K_

Definition at line 615 of file ast.hpp.


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

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