Stan  2.13.1
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 475 of file ast.hpp.

Constructor & Destructor Documentation

§ unary_op()

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

Definition at line 1201 of file ast_def.cpp.

Member Data Documentation

§ op

char stan::lang::unary_op::op

Definition at line 476 of file ast.hpp.

§ subject

expression stan::lang::unary_op::subject

Definition at line 477 of file ast.hpp.

§ type_

expr_type stan::lang::unary_op::type_

Definition at line 478 of file ast.hpp.


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

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