Stan  2.10.0
probability, sampling & optimization
Public Member Functions | Public Attributes | List of all members
stan::lang::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 433 of file ast.hpp.

Constructor & Destructor Documentation

stan::lang::index_op::index_op ( )

Definition at line 1107 of file ast_def.cpp.

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

Definition at line 1108 of file ast_def.cpp.

Member Function Documentation

void stan::lang::index_op::infer_type ( )

Definition at line 1114 of file ast_def.cpp.

Member Data Documentation

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

Definition at line 435 of file ast.hpp.

expression stan::lang::index_op::expr_

Definition at line 434 of file ast.hpp.

expr_type stan::lang::index_op::type_

Definition at line 436 of file ast.hpp.


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

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