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

#include <ast.hpp>

Public Member Functions

 integrate_ode ()
 
 integrate_ode (const std::string &integration_function_name, const std::string &system_function_name, const expression &y0, const expression &t0, const expression &ts, const expression &theta, const expression &x, const expression &x_int)
 

Public Attributes

std::string integration_function_name_
 
std::string system_function_name_
 
expression y0_
 
expression t0_
 
expression ts_
 
expression theta_
 
expression x_
 
expression x_int_
 

Detailed Description

Definition at line 366 of file ast.hpp.

Constructor & Destructor Documentation

stan::lang::integrate_ode::integrate_ode ( )

Definition at line 1021 of file ast_def.cpp.

stan::lang::integrate_ode::integrate_ode ( const std::string &  integration_function_name,
const std::string &  system_function_name,
const expression y0,
const expression t0,
const expression ts,
const expression theta,
const expression x,
const expression x_int 
)

Definition at line 1022 of file ast_def.cpp.

Member Data Documentation

std::string stan::lang::integrate_ode::integration_function_name_

Definition at line 367 of file ast.hpp.

std::string stan::lang::integrate_ode::system_function_name_

Definition at line 368 of file ast.hpp.

expression stan::lang::integrate_ode::t0_

Definition at line 370 of file ast.hpp.

expression stan::lang::integrate_ode::theta_

Definition at line 372 of file ast.hpp.

expression stan::lang::integrate_ode::ts_

Definition at line 371 of file ast.hpp.

expression stan::lang::integrate_ode::x_

Definition at line 373 of file ast.hpp.

expression stan::lang::integrate_ode::x_int_

Definition at line 374 of file ast.hpp.

expression stan::lang::integrate_ode::y0_

Definition at line 369 of file ast.hpp.


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

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