Stan  2.10.0
probability, sampling & optimization
Namespaces | Functions
rvalue_index_size.hpp File Reference
#include <stan/model/indexing/index.hpp>

Go to the source code of this file.

Namespaces

 stan
 Probability, optimization and sampling library.
 
 stan::model
 For compiling models.
 

Functions

int stan::model::rvalue_index_size (const index_multi &idx, int size)
 Return size of specified multi-index. More...
 
int stan::model::rvalue_index_size (const index_omni &idx, int size)
 Return size of specified omni-index for specified size of input. More...
 
int stan::model::rvalue_index_size (const index_min &idx, int size)
 Return size of specified min index for specified size of input. More...
 
int stan::model::rvalue_index_size (const index_max &idx, int size)
 Return size of specified max index. More...
 
int stan::model::rvalue_index_size (const index_min_max &idx, int size)
 Return size of specified min-max index. More...
 

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