Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
stan::gm::index_op Struct Reference

#include <ast.hpp>

Public Member Functions

 index_op ()
 
 index_op (const expression &expr, const std::vector< std::vector< expression > > &dimss)
 
void infer_type ()
 

Public Attributes

expression expr_
 
std::vector< std::vector
< expression > > 
dimss_
 
expr_type type_
 

Detailed Description

Definition at line 370 of file ast.hpp.

Constructor & Destructor Documentation

stan::gm::index_op::index_op ( )

Definition at line 900 of file ast_def.cpp.

stan::gm::index_op::index_op ( const expression expr,
const std::vector< std::vector< expression > > &  dimss 
)

Definition at line 901 of file ast_def.cpp.

Member Function Documentation

void stan::gm::index_op::infer_type ( )

Definition at line 907 of file ast_def.cpp.

Member Data Documentation

std::vector<std::vector<expression> > stan::gm::index_op::dimss_

Definition at line 372 of file ast.hpp.

expression stan::gm::index_op::expr_

Definition at line 371 of file ast.hpp.

expr_type stan::gm::index_op::type_

Definition at line 373 of file ast.hpp.


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

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