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

#include <ast.hpp>

Public Member Functions

 increment_log_prob_statement ()
 
 increment_log_prob_statement (const expression &log_prob)
 

Public Attributes

expression log_prob_
 

Detailed Description

Definition at line 948 of file ast.hpp.

Constructor & Destructor Documentation

§ increment_log_prob_statement() [1/2]

stan::lang::increment_log_prob_statement::increment_log_prob_statement ( )

Definition at line 1910 of file ast_def.cpp.

§ increment_log_prob_statement() [2/2]

stan::lang::increment_log_prob_statement::increment_log_prob_statement ( const expression log_prob)

Definition at line 1912 of file ast_def.cpp.

Member Data Documentation

§ log_prob_

expression stan::lang::increment_log_prob_statement::log_prob_

Definition at line 949 of file ast.hpp.


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

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