Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
stan::gm::unary_op Struct Reference

#include <ast.hpp>

Public Member Functions

 unary_op (char op, expression const &subject)
 

Public Attributes

char op
 
expression subject
 
expr_type type_
 

Detailed Description

Definition at line 393 of file ast.hpp.

Constructor & Destructor Documentation

stan::gm::unary_op::unary_op ( char  op,
expression const &  subject 
)

Definition at line 923 of file ast_def.cpp.

Member Data Documentation

char stan::gm::unary_op::op

Definition at line 394 of file ast.hpp.

expression stan::gm::unary_op::subject

Definition at line 395 of file ast.hpp.

expr_type stan::gm::unary_op::type_

Definition at line 396 of file ast.hpp.


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

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