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

#include <ast.hpp>

Public Member Functions

 index_op_sliced ()
 
 index_op_sliced (const expression &expr, const std::vector< idx > &idxs)
 
void infer_type ()
 

Public Attributes

expression expr_
 
std::vector< idxidxs_
 
expr_type type_
 

Detailed Description

Definition at line 550 of file ast.hpp.

Constructor & Destructor Documentation

stan::lang::index_op_sliced::index_op_sliced ( )

Definition at line 1118 of file ast_def.cpp.

stan::lang::index_op_sliced::index_op_sliced ( const expression expr,
const std::vector< idx > &  idxs 
)

Definition at line 1119 of file ast_def.cpp.

Member Function Documentation

void stan::lang::index_op_sliced::infer_type ( )

Definition at line 1122 of file ast_def.cpp.

Member Data Documentation

expression stan::lang::index_op_sliced::expr_

Definition at line 551 of file ast.hpp.

std::vector<idx> stan::lang::index_op_sliced::idxs_

Definition at line 552 of file ast.hpp.

expr_type stan::lang::index_op_sliced::type_

Definition at line 553 of file ast.hpp.


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

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