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

Structure for an indexing from a minimum index (inclusive) to the end of a container. More...

#include <index.hpp>

Public Member Functions

 index_min (int min)
 Construct an indexing from the specified minimum index (inclusive). More...
 

Public Attributes

int min_
 

Detailed Description

Structure for an indexing from a minimum index (inclusive) to the end of a container.

Definition at line 63 of file index.hpp.

Constructor & Destructor Documentation

stan::model::index_min::index_min ( int  min)
inlineexplicit

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

Parameters
minminimum index (inclusive).

Definition at line 71 of file index.hpp.

Member Data Documentation

int stan::model::index_min::min_

Definition at line 64 of file index.hpp.


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

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