Stan  1.0
probability, sampling & optimization
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 340 of file ast.hpp.

Constructor & Destructor Documentation

◆ unary_op()

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

Definition at line 529 of file ast_def.cpp.

Member Data Documentation

◆ op

char stan::gm::unary_op::op

Definition at line 341 of file ast.hpp.

◆ subject

expression stan::gm::unary_op::subject

Definition at line 342 of file ast.hpp.

◆ type_

expr_type stan::gm::unary_op::type_

Definition at line 343 of file ast.hpp.


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

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