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

#include <multi_idx.hpp>

Public Member Functions

 multi_idx ()
 Construct a default (nil) multi-index. More...
 
 multi_idx (const expression &idxs)
 Construct a multiple index from the specified indexes. More...
 

Public Attributes

expression idxs_
 Multiple indexes (array of integers). More...
 

Detailed Description

Definition at line 9 of file multi_idx.hpp.

Constructor & Destructor Documentation

§ multi_idx() [1/2]

stan::lang::multi_idx::multi_idx ( )

Construct a default (nil) multi-index.

Definition at line 9 of file multi_idx_def.hpp.

§ multi_idx() [2/2]

stan::lang::multi_idx::multi_idx ( const expression idxs)

Construct a multiple index from the specified indexes.

Parameters
idxsindexes expression (array of integers)

Definition at line 11 of file multi_idx_def.hpp.

Member Data Documentation

§ idxs_

expression stan::lang::multi_idx::idxs_

Multiple indexes (array of integers).

Definition at line 13 of file multi_idx.hpp.


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

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