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

#include <ast.hpp>

Public Member Functions

 assgn ()
 
 assgn (const variable &lhs_var, const std::vector< idx > &idxs, const expression &rhs)
 
bool lhs_var_occurs_on_rhs () const
 

Public Attributes

variable lhs_var_
 
std::vector< idxidxs_
 
expression rhs_
 

Detailed Description

Definition at line 1105 of file ast.hpp.

Constructor & Destructor Documentation

§ assgn() [1/2]

stan::lang::assgn::assgn ( )

Definition at line 2062 of file ast_def.cpp.

§ assgn() [2/2]

stan::lang::assgn::assgn ( const variable lhs_var,
const std::vector< idx > &  idxs,
const expression rhs 
)

Definition at line 2063 of file ast_def.cpp.

Member Function Documentation

§ lhs_var_occurs_on_rhs()

bool stan::lang::assgn::lhs_var_occurs_on_rhs ( ) const

Definition at line 2067 of file ast_def.cpp.

Member Data Documentation

§ idxs_

std::vector<idx> stan::lang::assgn::idxs_

Definition at line 1107 of file ast.hpp.

§ lhs_var_

variable stan::lang::assgn::lhs_var_

Definition at line 1106 of file ast.hpp.

§ rhs_

expression stan::lang::assgn::rhs_

Definition at line 1108 of file ast.hpp.


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

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