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

#include <ast.hpp>

Public Member Functions

 double_literal ()
 
 double_literal (double val)
 
double_literaloperator= (const double_literal &dl)
 

Public Attributes

double val_
 
expr_type type_
 

Detailed Description

Definition at line 341 of file ast.hpp.

Constructor & Destructor Documentation

stan::lang::double_literal::double_literal ( )

Definition at line 986 of file ast_def.cpp.

stan::lang::double_literal::double_literal ( double  val)

Definition at line 989 of file ast_def.cpp.

Member Function Documentation

double_literal & stan::lang::double_literal::operator= ( const double_literal dl)

Definition at line 993 of file ast_def.cpp.

Member Data Documentation

expr_type stan::lang::double_literal::type_

Definition at line 343 of file ast.hpp.

double stan::lang::double_literal::val_

Definition at line 342 of file ast.hpp.


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

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