Stan  1.0
probability, sampling & optimization
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 317 of file ast.hpp.

Constructor & Destructor Documentation

◆ index_op() [1/2]

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

Definition at line 506 of file ast_def.cpp.

◆ index_op() [2/2]

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

Definition at line 507 of file ast_def.cpp.

Member Function Documentation

◆ infer_type()

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

Definition at line 513 of file ast_def.cpp.

Member Data Documentation

◆ dimss_

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

Definition at line 319 of file ast.hpp.

◆ expr_

expression stan::gm::index_op::expr_

Definition at line 318 of file ast.hpp.

◆ type_

expr_type stan::gm::index_op::type_

Definition at line 320 of file ast.hpp.


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

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