Stan  2.13.1
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 557 of file ast.hpp.

Constructor & Destructor Documentation

§ index_op_sliced() [1/2]

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

Definition at line 1171 of file ast_def.cpp.

§ index_op_sliced() [2/2]

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

Definition at line 1172 of file ast_def.cpp.

Member Function Documentation

§ infer_type()

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

Definition at line 1175 of file ast_def.cpp.

Member Data Documentation

§ expr_

expression stan::lang::index_op_sliced::expr_

Definition at line 558 of file ast.hpp.

§ idxs_

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

Definition at line 559 of file ast.hpp.

§ type_

expr_type stan::lang::index_op_sliced::type_

Definition at line 560 of file ast.hpp.


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

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