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

#include <ast.hpp>

Public Member Functions

 assignment ()
 
 assignment (variable_dims &var_dims, expression &expr)
 

Public Attributes

variable_dims var_dims_
 
expression expr_
 
base_var_decl var_type_
 

Detailed Description

Definition at line 990 of file ast.hpp.

Constructor & Destructor Documentation

stan::lang::assignment::assignment ( )

Definition at line 1729 of file ast_def.cpp.

stan::lang::assignment::assignment ( variable_dims var_dims,
expression expr 
)

Definition at line 1731 of file ast_def.cpp.

Member Data Documentation

expression stan::lang::assignment::expr_

Definition at line 992 of file ast.hpp.

variable_dims stan::lang::assignment::var_dims_

Definition at line 991 of file ast.hpp.

base_var_decl stan::lang::assignment::var_type_

Definition at line 993 of file ast.hpp.


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

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