Stan  2.10.0
probability, sampling & optimization
Public Member Functions | Public Attributes | List of all members
stan::lang::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 468 of file ast.hpp.

Constructor & Destructor Documentation

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

Definition at line 1148 of file ast_def.cpp.

Member Data Documentation

char stan::lang::unary_op::op

Definition at line 469 of file ast.hpp.

expression stan::lang::unary_op::subject

Definition at line 470 of file ast.hpp.

expr_type stan::lang::unary_op::type_

Definition at line 471 of file ast.hpp.


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

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