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

Structure for an indexing from a minimum index (inclusive) to a maximum index (inclusive). More...

#include <index.hpp>

Public Member Functions

 index_min_max (int min, int max)
 Construct an indexing from the specified minimum index (inclusive) and maximum index (inclusive). More...
 

Public Attributes

int min_
 
int max_
 

Detailed Description

Structure for an indexing from a minimum index (inclusive) to a maximum index (inclusive).

Definition at line 97 of file index.hpp.

Constructor & Destructor Documentation

stan::model::index_min_max::index_min_max ( int  min,
int  max 
)
inlineexplicit

Construct an indexing from the specified minimum index (inclusive) and maximum index (inclusive).

Parameters
minminimum index (inclusive).
maxmaximum index (inclusive).

Definition at line 108 of file index.hpp.

Member Data Documentation

int stan::model::index_min_max::max_

Definition at line 99 of file index.hpp.

int stan::model::index_min_max::min_

Definition at line 98 of file index.hpp.


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

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